Skip to content
Snippets Groups Projects
  • Robin McCorkell's avatar
    0e4933e6
    Refactor \OC\Memcache\Factory · 0e4933e6
    Robin McCorkell authored
    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`.
    0e4933e6
    History
    Refactor \OC\Memcache\Factory
    Robin McCorkell authored
    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`.