From 58e2d81b7f49426013540473d5a0785aca2cdad6 Mon Sep 17 00:00:00 2001 From: Simon Epskamp Date: Mon, 30 Jan 2017 15:09:14 +0100 Subject: [PATCH] Add apcu cache driver to doctrine config reference This driver was added in doctrine/cache 1.6: https://github.com/doctrine/cache/releases/tag/v1.6.0 doctrine/cache version 1.6 was first used by symfony 3.0 --- 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 7dfb3dc3b94..273d05674e4 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -294,7 +294,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``, ``apcu``, ``memcache``, ``memcached``, ``redis``, ``wincache``, ``zenddata``, ``xcache`` or ``service``. The following example shows an overview of the caching configurations: