Skip to content

Commit cbf8fd7

Browse files
committed
feature symfony#5409 [Reference] document new Doctrine APC cache service (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Reference] document new Doctrine APC cache service | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes (symfony/symfony#14429) | Applies to | 2.8+ | Fixed tickets | Commits ------- 485c8a0 document new Doctrine APC cache service
2 parents acff5b0 + 485c8a0 commit cbf8fd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

reference/configuration/framework.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,13 @@ 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+
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+
13751382
enable_annotations
13761383
..................
13771384

0 commit comments

Comments
 (0)