Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2018-08-12 18:14:08 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2018-08-12 18:14:08 +0300
commitbfa49410a2d46e095ec63fe52f8033b488cd8259 (patch)
tree0792842ac18be7986e1ee1b36a57e645db5104e4 /config
parent4cdad9b69f71f185d8f7e857a7e99f5fae9c42e7 (diff)
Drop support for xcache
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 2dddd5a7da8..4f97034970d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1059,7 +1059,6 @@ $CONFIG = array(
* * ``\OC\Memcache\ArrayCache`` In-memory array-based backend (not recommended)
* * ``\OC\Memcache\Memcached`` Memcached backend
* * ``\OC\Memcache\Redis`` Redis backend
- * * ``\OC\Memcache\XCache`` XCache backend
*
* Advice on choosing between the various backends:
*