From d34cef7dc80c7dfc884193676bd8e49238d9f424 Mon Sep 17 00:00:00 2001 From: Ion Bazan Date: Wed, 5 Dec 2018 16:21:55 +0100 Subject: [PATCH] Add evict_cache documentation --- Resources/doc/annotations/converters.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/doc/annotations/converters.rst b/Resources/doc/annotations/converters.rst index 9bcafe6a..7c75f125 100644 --- a/Resources/doc/annotations/converters.rst +++ b/Resources/doc/annotations/converters.rst @@ -235,6 +235,8 @@ A number of ``options`` are available on the ``@ParamConverter`` or { } +* ``evict_cache`` If true, forces Doctrine to always fetch the entity from the database instead of cache. + DateTime Converter ~~~~~~~~~~~~~~~~~~