Posted by Jonah Ellison on August 9, 2008 at 4:12pm
Jump to:
| Project: | APC - Alternative PHP Cache |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
From Drupal's performance page, if I click "Clear cached data," APC will not entirely clear its cache. For example, my menu router cache is not cleared. I suggest adding apc_clear_cache('user'); to the cache_clear_all(...) function the clear all user-defined cache variables.
Comments
#1
Well, actually, the above suggestion is too extreme... there must be a better solution for clearing the entire cache from Drupal's performance page.
#2