Changeset 705
- Timestamp:
- 09/26/05 23:25:08 (3 years ago)
- Files:
-
- django/trunk/docs/cache.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/cache.txt
r692 r705 30 30 on localhost port 11211. 31 31 32 db://tablename/ A database backend in a table named 32 db://tablename/ A database backend in a table named 33 33 "tablename". This table should be created 34 34 with "django-admin createcachetable". … … 41 41 testing. Note that this cache backend is 42 42 NOT threadsafe! 43 44 locmem:/// A more sophistica ed local memory cache;43 44 locmem:/// A more sophisticated local memory cache; 45 45 this is multi-process- and thread-safe. 46 46 ============================== ===========================================
