diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index d15bac0ba03..a274985afdb 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2167,19 +2167,6 @@ Whether or not to enable validation support. This option will automatically be set to ``true`` when one of the child settings is configured. -.. _reference-validation-cache: - -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`. - -Set this option to ``validator.mapping.cache.doctrine.apc`` to use the APC -cache provided by the Doctrine project. - .. _reference-validation-enable_annotations: enable_annotations