diff options
author | Evan Prodromou <evan@status.net> | 2010-12-09 10:45:36 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-12-09 10:45:36 -0500 |
commit | f5f6a742cb9773b22022ea1d33dec64b13931173 (patch) | |
tree | f0bf7ef54f9168b26336db09dd6cbcdc8ce06519 /actions/passwordsettings.php | |
parent | 94ff04e1903cf3a544e52e64846538dee5f23fb3 (diff) |
Additional in-process cache plugin InProcessCache
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.
Diffstat (limited to 'actions/passwordsettings.php')
0 files changed, 0 insertions, 0 deletions