When I have a cacherouter enabled some of my code-based views (views as in Views module) are not loaded (they don't appear here admin/build/views) even after a full cache clear. When I disable cacherouter from settings.php, the views show up. The site in question is using Views 6.x-2.11.

Let me know if I provide any additional info to help debug.

Comments

omerida’s picture

I have the same problem and can't figure out why view's cache doesn't get cleared when using APC. I have APC 3.1.6 installed

omerida’s picture

i traced the view's module cache clear call (views_invalidate_cache(*), and as far as I can tell, the cached views data is indeed removed (and subsequently rebuilt) in APC. Maybe the problem lies in how the views module builds its list of default view?