Skip to content

Commit 8a50832

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix link to CacheInterface
2 parents d88ba59 + 789ed89 commit 8a50832

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
@@ -2432,7 +2432,7 @@ cache
24322432
**type**: ``string``
24332433

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

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

0 commit comments

Comments
 (0)