BertrandBordage / johnny-cache

johnny cache django caching framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.org/BertrandBordage/johnny-cache.png https://coveralls.io/repos/BertrandBordage/johnny-cache/badge.png

Johnny Cache is a caching framework for django applications. It works with the django caching abstraction, but was developed specifically with the use of memcached in mind. Its main feature is a patch on Django's ORM that automatically caches all reads in a consistent manner.

You can install johnny with pip:

pip install johnny-cache

You can fork johnny-cache from its git repository:

git clone http://github.com/jmoiron/johnny-cache.git

Or if you prefer mercurial, from its hg mirror:

hg clone http://bitbucket.org/jmoiron/johnny-cache

Please read The full documentation to Johnny Cache before using it.

About

johnny cache django caching framework

License:MIT License


Languages

Language:Python 97.7%Language:CSS 2.3%