From 4dcfbe9dde231c34e32a3e7dcf4f2768ea953f81 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 13 Aug 2018 12:43:43 +0200 Subject: [PATCH] Remove XCache https://github.com/nextcloud/server/pull/10659 --- .../configuration_server/config_sample_php_parameters.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 57670114b..c946c625a 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1192,7 +1192,6 @@ Available cache backends: * ``\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: