nextcloud/lib
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
..
l10n [tx-robot] updated from transifex 2015-03-04 01:55:19 -05:00
private Refactor \OC\Memcache\Factory 2015-03-05 11:36:34 +00:00
public Fix the behaviour of getLanguageCode() to match the expectation of the name 2015-03-03 16:47:31 +01:00
repair Add a repair step to delete old tables 2015-03-02 12:02:14 +01:00
autoloader.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
base.php Refactor \OC\Memcache\Factory 2015-03-05 11:36:34 +00:00