diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 3388e0eecc9..54c47dfe145 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -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.