Closed (fixed)
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2009 at 17:28 UTC
Updated:
11 Feb 2010 at 18:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
JirkaRybka commentedThis is also part of my cleanup at #578522: File engine: Performance, filenames, and other cleanup, but I'm unsure about duplicate status, as that issue is much broader in scope, and removes this same variable from file engine (it only belongs to cacherouter.inc). So only just interlinking related issues for now.
Comment #2
andypost@JirkaRybka thanx for review! Suppose this issue should be commited first because this is critical before release
New patch fixes tests and changes comment to the same as cache.inc
And D7 patch too
Comment #3
andypostChanging status to bug
Comment #4
iamer commentedDoes this bug affect the APC backend as well? I am seeing an issue where clearing drupal cache from /admin/settings/performance does not clear apc's cache. The stale content then points at non-existent css and js files, and I have to reload apache to clear APC's cache.
Comment #5
andypostCommited, added fixes from #468732: cache_flush_delay should be cache_lifetime
Attached patch for D5 branch