Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/68e8adc456de4a00#

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.

sticky_cache_wo_memcache_fix.patch

Related Tasks

INP-648 - Getting issue details... STATUS

  • No labels