Skip to content

Commit f241979

Browse files
Fix link to CacheInterface
1 parent b21042a commit f241979

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
@@ -2554,7 +2554,7 @@ cache
25542554
**type**: ``string``
25552555

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

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

0 commit comments

Comments
 (0)