summaryrefslogtreecommitdiff
path: root/plugins/InProcessCache
AgeCommit message (Collapse)Author
2010-12-09Disable InProcessCache plugin for CLI scripts, which are more likely to be ↵Brion Vibber
long-running, greatly increasing the chance of data corruption.
2010-12-09Additional in-process cache plugin InProcessCacheEvan Prodromou
Some of our caching systems, like the disk cache or memcached, have significant overhead (network connections or disk I/O). This plugin adds an additional layer of in-process cache, so we don't need to reconnect to external cache systems when we've already received a data item from the cache. There are some concurrency issues here, but typically they won't be important at the level of a single web hit.