Skip to content

Commit 0b643c1

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Fix link to CacheInterface
2 parents 3e1a5e2 + c5220e1 commit 0b643c1

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
@@ -2451,7 +2451,7 @@ cache
24512451
**type**: ``string``
24522452

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

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

0 commit comments

Comments
 (0)