Skip to content

Commit 99e2034

Browse files
committed
feature #5195 Add missing caching drivers (mhor)
This PR was merged into the 2.3 branch. Discussion ---------- Add missing caching drivers | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.3 and above https://github.com/symfony/symfony/blob/2.3/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php#L305 Commits ------- 116047c Add missing caching drivers
2 parents 2d6d78c + 116047c commit 99e2034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/doctrine.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ certain classes, but those are for very advanced use-cases only.
294294
Caching Drivers
295295
~~~~~~~~~~~~~~~
296296

297-
For the caching drivers you can specify the values "array", "apc", "memcache",
298-
"memcached", "xcache" or "service".
297+
For the caching drivers you can specify the values ``array``, ``apc``, ``memcache``,
298+
``memcached``, ``redis``, ``wincache``, ``zenddata``, ``xcache`` or ``service``.
299299

300300
The following example shows an overview of the caching configurations:
301301

0 commit comments

Comments
 (0)