From b09ad2a671f88b97d54bfcf5570cb0491adc9db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=D0=98U=D0=AFd=20da=20silva?= Date: Thu, 22 Sep 2022 15:50:53 +0200 Subject: [PATCH] Remove reference to a removed configuration key See https://github.com/symfony/symfony-docs/issues/17260 for more details --- reference/configuration/framework.rst | 13 ------------- 1 file changed, 13 deletions(-) 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