From 3136fd6c31453817c14e619bdd1c29da7de0d7ac Mon Sep 17 00:00:00 2001 From: Giulio De Donato Date: Wed, 27 Jun 2012 18:12:00 +0300 Subject: [PATCH] added "memcached" to the Caching driver in according with https://github.com/doctrine/DoctrineBundle/pull/33 --- reference/configuration/doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index 8d3738b4b97..a16e655dbad 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -251,7 +251,7 @@ certain classes, but those are for very advanced use-cases only. Caching Drivers ~~~~~~~~~~~~~~~ -For the caching drivers you can specify the values "array", "apc", "memcache", +For the caching drivers you can specify the values "array", "apc", "memcache", "memcached", "xcache" or "service". The following example shows an overview of the caching configurations: