Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
minor #597 [DoctrineParamConverter][Docs] Add evict_cache documentati…
Browse files Browse the repository at this point in the history
…on (IonBazan)

This PR was merged into the 5.4.x-dev branch.

Discussion
----------

[DoctrineParamConverter][Docs] Add evict_cache documentation

The documentation of `evict_cache` option was missing from `DoctrineParamConverter`.
`map_method_signature` is undocumented too, but it is deprecated.

Commits
-------

d34cef7 Add evict_cache documentation
  • Loading branch information
fabpot committed Jul 3, 2019
2 parents ff50e28 + d34cef7 commit 6c3e3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/doc/annotations/converters.rst
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 6c3e3de

Please sign in to comment.