Skip to content

Commit

Permalink
Fix link to CacheInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Jul 19, 2022
1 parent b21042a commit f241979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ cache
**type**: ``string``

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

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

0 comments on commit f241979

Please sign in to comment.