server/lib/private/memcache
Robin McCorkell 0e4933e6d2 Refactor \OC\Memcache\Factory
Caches divided up into two groups: distributed and local. 'Low latency' is an
alias for local caches, while the standard `create()` call tries to get
distributed caches first, then local caches.

Memcache backend is set in `config.php`, with the keys `memcache.local` and
`memcache.distributed`. If not set, `memcache.distributed` defaults to the value
of `memcache.local`.
2015-03-05 11:36:34 +00:00
..
apc.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
apcu.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
arraycache.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
cache.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
factory.php Refactor \OC\Memcache\Factory 2015-03-05 11:36:34 +00:00
memcached.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
null.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
redis.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
xcache.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00