In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
812 [In-Portal CMS] Caching System bug report always 2010-07-27 14:00 2010-11-30 12:48
alex  
alex  
normal  
closed 5.1.0  
fixed  
 
none 5.1.1-B1  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/68e8adc456de4a00
0
0000812: Sticky cache, when Memcached is not used
When we are not using any particular caching engine (e.g. memcache, apc), then default caching handler is used.

Such default handler will only cache values until script execution is finished. This can became a problem, since no automatic cache key reset system is used in such case.

For example, when you cache product price and then change that price in database, then you still will get same old price from cache.
related to 0000107closed  (5.1.0)alex Implement "MemCached" functionality 
patch sticky_cache_wo_memcache_fix.patch (1,858) 2010-07-27 14:00
http://tracker.in-portal.org/file_download.php?file_id=689&type=bug
Issue History
2010-11-30 12:48 Dmitry Note Added: 0003053
2010-11-30 12:48 Dmitry Status resolved => closed
2010-08-29 05:36 alex Changeset attached 5.1.x r13905
2010-08-29 05:36 alex Note Added: 0002735
2010-08-29 05:36 alex Status reviewed and tested => resolved
2010-08-29 05:36 alex Fixed in Version => 5.1.1-B1
2010-08-29 05:36 alex Resolution open => fixed
2010-08-29 05:36 alex Assigned To !COMMUNITY => alex
2010-07-31 13:06 alex Target Version 5.1.1-B1 => 5.1.1
2010-07-30 17:18 Dmitry Note Added: 0002618
2010-07-30 17:18 Dmitry Status needs testing => reviewed and tested
2010-07-27 14:03 alex Relationship added related to 0000107
2010-07-27 14:02 alex Assigned To => !COMMUNITY
2010-07-27 14:02 alex Developer => alex
2010-07-27 14:02 alex Status active => needs testing
2010-07-27 14:02 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/68e8adc456de4a00
2010-07-27 14:00 alex New Issue
2010-07-27 14:00 alex File Added: sticky_cache_wo_memcache_fix.patch

Notes
(0002618)
Dmitry   
2010-07-30 17:18   
Reviewed the code and tested okay with Memcache ON and OFF.

Please commit.
(0002735)
alex   
2010-08-29 05:36   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000812: Sticky cache, when Memcached is not used
(0003053)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.