/README.rst

https://bitbucket.org/jmoiron/johnny-cache/ · ReStructuredText · 25 lines · 16 code · 9 blank · 0 comment · 0 complexity · ae9f55e828e55ba207282994e994dd91 MD5 · raw file

  1. Johnny Cache is a caching framework for django_ applications. It works with
  2. the django caching abstraction, but was developed specifically with the use of
  3. memcached_ in mind. Its main feature is a patch on Django's ORM that
  4. automatically caches all reads in a consistent manner.
  5. You can install johnny with pip::
  6. pip install johnny-cache
  7. You can fork johnny-cache `from its git repository
  8. <http://github.com/jmoiron/johnny-cache>`_::
  9. git clone http://github.com/jmoiron/johnny-cache.git
  10. Or if you prefer mercurial, `from its hg mirror
  11. <http://bitbucket.org/jmoiron/johnny-cache>`_::
  12. hg clone http://bitbucket.org/jmoiron/johnny-cache
  13. Please read `The full documentation to Johnny Cache
  14. <http://packages.python.org/johnny-cache/>`_ before using it.
  15. .. _django: http://djangoproject.com
  16. .. _memcached: http://memcached.org