From 48ea45fad0f1a0fcf1e3173b2c97a53422a43607 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Tue, 17 Dec 2013 00:05:43 +0100 Subject: [PATCH] Add note about experimental nature of SLC feature --- docs/en/reference/second-level-cache.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/reference/second-level-cache.rst b/docs/en/reference/second-level-cache.rst index e0965b429..42ef78d3e 100644 --- a/docs/en/reference/second-level-cache.rst +++ b/docs/en/reference/second-level-cache.rst @@ -1,6 +1,12 @@ The Second Level Cache ====================== +.. note:: + + The second level cache functionality is marked as experimental for now. It + is a very complex feature and we cannot guarantee yet that it works stable + in all cases. + The Second Level Cache is designed to reduce the amount of necessary database access. It sits between your application and the database to avoid the number of database hits as much as possible.