summaryrefslogtreecommitdiff
path: root/docs/cache.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-04 17:06:16 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-04 17:06:16 +0000
commit1db708d4d76850a02aeeb9dafe36beac641ac7dd (patch)
treea3629c17b08ddbd1f6b979962fd93c0bbb14572f /docs/cache.txt
parentd6944788131413bfdc965477f029c8cdf8f84b9f (diff)
magic-removal: Merged to [1817]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
-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