https://github.com/jmoiron/johnny-cache
johnny cache django caching framework
https://github.com/jmoiron/johnny-cache
Last synced: 7 months ago
JSON representation
johnny cache django caching framework
- Host: GitHub
- URL: https://github.com/jmoiron/johnny-cache
- Owner: jmoiron
- License: mit
- Created: 2012-06-12T09:50:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T17:36:40.000Z (over 4 years ago)
- Last Synced: 2025-03-30T02:07:43.063Z (8 months ago)
- Language: Python
- Size: 309 KB
- Stars: 306
- Watchers: 24
- Forks: 83
- Open Issues: 35
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-python - johnny-cache - A caching framework for django applications. (Caching)
- fucking_awesome_python - johnny-cache - A caching framework for django applications. (Caching)
- awesome-python - johnny-cache - A caching framework for django applications. (Caching)
- awesome-python - johnny-cache - A caching framework for Django applications. (Caching)
- awesome-python - johnny-cache - A caching framework for Django applications. (Caching)
README
.. image:: https://travis-ci.org/jmoiron/johnny-cache.png
:target: https://travis-ci.org/jmoiron/johnny-cache
.. image:: https://coveralls.io/repos/jmoiron/johnny-cache/badge.png
:target: https://coveralls.io/r/jmoiron/johnny-cache
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.
.. _django: http://djangoproject.com
.. _memcached: http://memcached.org