Skip to content
Snippets Groups Projects
  1. Mar 05, 2015
    • Robin McCorkell's avatar
      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
  2. Mar 04, 2015
  3. Mar 03, 2015
  4. Mar 02, 2015
Loading