Download & Extend

Make cache_clear_all() clear all cached variables from Drupal performance page

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

Title:Make cache_clear_all(...) actually clear all cached variables» Make cache_clear_all() clear all cached variables from Drupal performance page

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

Status:active» closed (fixed)
nobody click here