From 5dcca79ea5b2455401da35b3425e2a61be398e8c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 9 Feb 2016 17:47:25 +0100 Subject: [PATCH] [Cookbook][Serializer] fix wording --- cookbook/serializer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/serializer.rst b/cookbook/serializer.rst index 8b2d9b296d8..b32873b5250 100644 --- a/cookbook/serializer.rst +++ b/cookbook/serializer.rst @@ -178,7 +178,8 @@ Enabling the Metadata Cache --------------------------- .. versionadded:: 2.7 - Serializer was introduced in Symfony 2.7. + Serializer metadata and the ability to cache them were introduced in + Symfony 2.7. Metadata used by the Serializer component such as groups can be cached to enhance application performance. Any service implementing the ``Doctrine\Common\Cache\Cache``