1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Fix second level cache doc

This commit is contained in:
Michaël Gallego 2014-05-28 13:07:01 +02:00
parent 466808bf48
commit 3d32bc47a7

View File

@ -161,7 +161,7 @@ Add caching strategy to a root entity or a collection.
Optional attributes:
- **usage**: One of ``READ_ONLY``, ``READ_READ_WRITE`` or ``NONSTRICT_READ_WRITE``, By default this is ``READ_ONLY``.
- **usage**: One of ``READ_ONLY``, ``READ_WRITE`` or ``NONSTRICT_READ_WRITE``, By default this is ``READ_ONLY``.
- **region**: An specific region name
.. _annref_changetrackingpolicy: