Closed (fixed)
Project:
Cache Router
Version:
5.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2008 at 07:23 UTC
Updated:
14 Jul 2012 at 23:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
murzI have fix this issue, patch and patched module (with map checking patch already applied) is attached. I think that files for other engines need to patching too...
It's worked for me good, waiting for other reviews.
Comment #2
murzSorry, first patch decrease the lookup_% cache items perfomance, I fix this in second version of patch.
Comment #3
murzIn 3'th version I move prefix for 'lookup_' records to start of string:
Names like
lookup_<prefix>-cache_taxonomychanges to<prefix>-lookup_cache_taxonomyComment #4
slantview commentedFixed in latest CVS commit for 5. I backported the way I was doing it in the DRUPAL-6--1 branch. So now we do all prefixing in the Cache class and just use $this->lookup and $this->lock for the correctly prefixed lookup and lock variables and fixed the Cache::key() to use the prefix as well.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.