From 9b847f1a04bfc16a03217ed6444357c50638d7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Sun, 20 Apr 2014 23:52:06 +0200 Subject: [PATCH] Update second-level-cache.rst --- docs/en/reference/second-level-cache.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/reference/second-level-cache.rst b/docs/en/reference/second-level-cache.rst index d07cf0869..03d5b6de4 100644 --- a/docs/en/reference/second-level-cache.rst +++ b/docs/en/reference/second-level-cache.rst @@ -447,6 +447,8 @@ It caches the primary keys of association and cache each element will be cached usage : NONSTRICT_READ_WRITE +> Note: for this to work, the target entity must also be marked as cacheable. + Cache usage ~~~~~~~~~~~