Ticket #8958: cache.diff

File cache.diff, 573 bytes (added by rduffield, 16 years ago)
  • docs/topics/cache.txt

     
    197197``django/core/cache/backends/`` directory of the Django source.
    198198
    199199Note: Without a really compelling reason, such as a host that doesn't support
    200 the them, you should stick to the cache backends included with Django. They've
     200them, you should stick to the cache backends included with Django. They've
    201201been well-tested and are easy to use.
    202202
    203203CACHE_BACKEND arguments
Back to Top