Skip to content

Commit

Permalink
feature #5195 Add missing caching drivers (mhor)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Apr 26, 2015
2 parents 2d6d78c + 116047c commit 99e2034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 99e2034

Please sign in to comment.