1
0
mirror of synced 2025-01-09 18:47:10 +03:00

Merge pull request #1042 from bakura10/patch-1

Fix second level cache doc
This commit is contained in:
Marco Pivetta 2014-05-28 13:57:15 +02:00
commit f941264b5e

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: