From 10b06daff42318e64b3ae98c056d92e8f38259a8 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 29 Dec 2014 19:46:41 +0100 Subject: [PATCH] [Reference] fix wording --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index dbe3f463ac7..1eff10507f3 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -530,7 +530,7 @@ cache **type**: ``string`` This value is used to determine the service that is used to persist class -metadata in a cache. The actual service name is built by prefix the configured +metadata in a cache. The actual service name is built by prefixing the configured value with ``validator.mapping.cache.`` (e.g. if the value is ``apc``, the ``validator.mapping.cache.apc`` service will be injected). The service has to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.