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 485c8a0Copy full SHA for 485c8a0
reference/configuration/framework.rst
@@ -1372,6 +1372,13 @@ 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
+ The ``validator.mapping.cache.doctrine.apc`` service was introduced in
1377
+ Symfony 2.8.
1378
+
1379
+Set this option to ``validator.mapping.cache.doctrine.apc`` to use the APC
1380
+cache provide from the Doctrine project.
1381
1382
enable_annotations
1383
..................
1384
0 commit comments