8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59569c0 commit 663d164Copy full SHA for 663d164
reference/configuration/framework.rst
@@ -1372,6 +1372,14 @@ cache
1372
The service that is used to persist class metadata in a cache. The service
1373
has to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.
1374
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
1383
enable_annotations
1384
..................
1385
0 commit comments