diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index f5cc9e3dd09..f16f194abe9 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -294,8 +294,8 @@ 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", -"memcached", "xcache" or "service". +For the caching drivers you can specify the values ``array``, ``apc``, ``memcache``, +``memcached``, ``redis``, ``wincache``, ``zenddata``, ``xcache`` or ``service``. The following example shows an overview of the caching configurations: