Skip to content

Commit c5220e1

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix link to CacheInterface
2 parents 6450430 + 8a50832 commit c5220e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ cache
24372437
**type**: ``string``
24382438

24392439
The service that is used to persist class metadata in a cache. The service
2440-
has to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.
2440+
has to implement the :class:`Symfony\\Contracts\\Cache\\CacheInterface`.
24412441

24422442
Set this option to ``validator.mapping.cache.doctrine.apc`` to use the APC
24432443
cache provided by the Doctrine project.

0 commit comments

Comments
 (0)