Skip to content

Commit

Permalink
Merge pull request #552 from jrjohnson/apc-to-apcu
Browse files Browse the repository at this point in the history
Add apcu configuration option in docs
  • Loading branch information
kimhemsoe authored Jun 26, 2016
2 parents dd76fa5 + 641654a commit 87f0554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 87f0554

Please sign in to comment.