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
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.sample.php')
-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:
*