nextcloud/config
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
..
.htaccess Reference module with `.c` 2015-01-28 13:15:32 +01:00
config.sample.php Refactor \OC\Memcache\Factory 2015-03-05 11:36:34 +00:00