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 ~~~~~~~~~~~~~~~~~~