summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cache.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cache.txt b/docs/cache.txt
index 8f81514e66..09e201a202 100644
--- a/docs/cache.txt
+++ b/docs/cache.txt
@@ -47,6 +47,12 @@ Examples:
locmem:/// A more sophisticated local memory cache;
this is multi-process- and thread-safe.
+
+ dummy:/// **New in Django development version.**
+ Doesn't actually cache; just implements the
+ cache backend interface and doesn't do
+ anything. This is an easy way to turn off
+ caching for a test environment.
============================== ===========================================
All caches may take arguments -- they're given in query-string style. Valid