Skip to content

ratemds/django-cache-machine

 
 

Repository files navigation

WARNING: Redis broken in this fork

Cache Machine

Cache Machine provides automatic caching and invalidation for Django models through the ORM.

For full docs, see https://cache-machine.readthedocs.org/en/latest/.

https://travis-ci.org/jbalogh/django-cache-machine.png

Requirements

Cache Machine requires Django 1.3+. It was written and tested on Python 2.6.

Installation

Get it from pypi:

pip install django-cache-machine

or github:

pip install -e git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine

Running Tests

Get it from github:

git clone git://github.com/jbalogh/django-cache-machine.git
cd django-cache-machine
pip install -r requirements.txt
fab test

About

Automatic caching and invalidation for Django models through the ORM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%