API cache doesn't seem to clear
lowVocal - November 15, 2007 - 14:41
| Project: | Views Multiblock |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm using Views Argument API with Views_multiblock.
The View Arguments do not update relative to added taxonomy terms.
I will often add taxonomy terms that will be pulled by the API.
I wonder if there is a caching issue that can be resolved without diving into the db or reinstalling the api. I've cleared the views cache. function views_argument_api_rebuild_elements() {
cache_clear_all('views_argument_api_elements_all', 'cache'); doesn't clear to present new taxonomy entries...
I will post this at multiblock as well
Thanks!

#1
Note I had the same problem and was just able to fix it. I disabled the modules. then re-enabled them, ran update.php, then cleared the views cache and then it displayed the new taxonomy term i had added that wasn't being displayed before.