Skip to content

Commit d99e1a5

Browse files
Simon Epskampxabbuh
Simon Epskamp
authored andcommitted
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
1 parent 37a6d6d commit d99e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ certain classes, but those are for very advanced use-cases only.
297297
Caching Drivers
298298
~~~~~~~~~~~~~~~
299299

300-
For the caching drivers you can specify the values ``array``, ``apc``, ``memcache``,
300+
For the caching drivers you can specify the values ``array``, ``apc``, ``apcu``, ``memcache``,
301301
``memcached``, ``redis``, ``wincache``, ``zenddata``, ``xcache`` or ``service``.
302302

303303
The following example shows an overview of the caching configurations:

0 commit comments

Comments
 (0)