mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
* allow configuration of memcache options Use production values for memcached as explained in http://apprize.info/php/scaling/15.html The current implementiation uses ascii based serialization. This PR should reduce traffic to the memcached server. cc @MorrisJobke @FelixBoehm * add config sample * merge config options, throw hint on config error * fix typo * fix config sample |
||
|---|---|---|
| .. | ||
| APC.php | ||
| APCu.php | ||
| ArrayCache.php | ||
| Cache.php | ||
| CADTrait.php | ||
| CASTrait.php | ||
| Factory.php | ||
| Memcached.php | ||
| NullCache.php | ||
| Redis.php | ||
| XCache.php | ||