django-cachalot
  • Quick start
    • Requirements
    • Usage
    • Settings
      • CACHALOT_ENABLED
      • CACHALOT_CACHE
      • CACHALOT_CACHE_RANDOM
      • CACHALOT_INVALIDATE_RAW
      • CACHALOT_UNCACHABLE_TABLES
      • CACHALOT_QUERY_KEYGEN
      • CACHALOT_TABLE_KEYGEN
      • Dynamic overriding
    • Signal
  • Limits
    • Redis
    • Memcached
    • Locmem
    • MySQL
    • Raw SQL queries
    • Multiple Servers
  • API
  • Benchmark
    • Introduction
    • Conditions
    • Database results
    • Cache results
    • Database detailed results
      • MySQL
      • PostgreSQL
      • SQLite
    • Cache detailed results
      • File-based
      • Locmem
      • Memcached (python-memcached)
      • Memcached (pylibmc)
      • Redis
  • What still needs to be done
  • Bug reports, questions, discussion, new features
  • How django-cachalot works
    • Reverse engineering
    • Monkey patching
  • Legacy
  • What’s new in django-cachalot?
    • 1.0.3
    • 1.0.2
    • 1.0.1
    • 1.0.0
    • 1.0.0rc
    • 0.9.0
    • 0.8.1
    • 0.8.0
    • 0.7.0
    • 0.6.0
    • 0.5.0
    • 0.4.1
    • 0.4.0 (install broken)
    • 0.3.0
    • 0.2.0
    • 0.1.0
 
django-cachalot
  • Docs »
  • django-cachalot
  • Edit on GitHub

django-cachalot¶

Caches your Django ORM queries and automatically invalidates them.

https://raw.github.com/BertrandBordage/django-cachalot/master/django-cachalot.jpg
http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square http://img.shields.io/gratipay/BertrandBordage.svg?style=flat-square

Since version 1.0.0 it is safe for production.

  • Quick start
    • Requirements
    • Usage
    • Settings
    • Signal
  • Limits
    • Redis
    • Memcached
    • Locmem
    • MySQL
    • Raw SQL queries
    • Multiple Servers
  • API
  • Benchmark
    • Introduction
    • Conditions
    • Database results
    • Cache results
    • Database detailed results
    • Cache detailed results
  • What still needs to be done
  • Bug reports, questions, discussion, new features
  • How django-cachalot works
    • Reverse engineering
    • Monkey patching
  • Legacy
  • What’s new in django-cachalot?
    • 1.0.3
    • 1.0.2
    • 1.0.1
    • 1.0.0
    • 1.0.0rc
    • 0.9.0
    • 0.8.1
    • 0.8.0
    • 0.7.0
    • 0.6.0
    • 0.5.0
    • 0.4.1
    • 0.4.0 (install broken)
    • 0.3.0
    • 0.2.0
    • 0.1.0
Next

© Copyright 2014-2015, Bertrand Bordage.

Built with Sphinx using a theme provided by Read the Docs.