server/lib/private/Memcache
Jörn Friedrich Dreyer e03f9e8103 allow configuration of memcached options (#23729)
* 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
2016-05-11 19:38:00 +02:00
..
APC.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
APCu.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
ArrayCache.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
Cache.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
CADTrait.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
CASTrait.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
Factory.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
Memcached.php allow configuration of memcached options (#23729) 2016-05-11 19:38:00 +02:00
NullCache.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
Redis.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
XCache.php Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00