From 641654a243967eb03946b005085f6f697f0d9935 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sun, 26 Jun 2016 11:06:24 -0700 Subject: [PATCH] Add apcu configuration option APCu is a cache provider now and should be in the docs. --- Resources/doc/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index 7e7477905..3b5693463 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -725,7 +725,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`` or ``xcache``. The following example shows an overview of the caching configurations: @@ -735,7 +735,7 @@ The following example shows an overview of the caching configurations: doctrine: orm: auto_mapping: true - metadata_cache_driver: apc + metadata_cache_driver: apcu query_cache_driver: xcache result_cache_driver: type: memcache