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

Jonah Ellison - August 9, 2008 - 16:12
Project:APC - Alternative PHP Cache
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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.

#1

Jonah Ellison - August 9, 2008 - 16:20
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

slantview - December 19, 2008 - 02:43
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.