Skip to content

Commit 663d164

Browse files
committed
document new Doctrine APC cache service
1 parent 59569c0 commit 663d164

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/framework.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,14 @@ cache
13721372
The service that is used to persist class metadata in a cache. The service
13731373
has to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.
13741374

1375+
.. versionadded:: 2.8
1376+
1377+
The ``validator.mapping.cache.doctrine.apc`` service was introduced in
1378+
Symfony 2.8.
1379+
1380+
Set this option to ``validator.mapping.cache.doctrine.apc`` to use the APC
1381+
cache provide from the Doctrine project.
1382+
13751383
enable_annotations
13761384
..................
13771385

0 commit comments

Comments
 (0)