johnny-cache

johnny cache django 缓存框架。(johnny cache django caching framework)

Github stars Tracking Chart

Johnny Cache 是 django 应用程序的缓存框架。 它适用于 django 缓存抽象,但是开发时特别考虑了 memcached 的使用。 它的主要功能是作为 Django 的 ORM 补丁,可以以一致的方式自动缓存所有读取。

你可以用 pip 安装 johnny:

pip install johnny-cache

您可以从其 git 存储库中派生 johnny-cache:

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

或者如果你喜欢使用 mercurial,从它的 hg 镜像:

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

请在使用之前阅读Johnny Cache 的完整文档

Main metrics

Overview
Name With Ownerjmoiron/johnny-cache
Primary LanguagePython
Program languagePython (Language Count: 2)
PlatformLinux, Mac, Windows
License:MIT License
所有者活动
Created At2012-06-12 09:50:18
Pushed At2021-06-10 17:36:40
Last Commit At2014-11-10 11:02:17
Release Count5
Last Release Namejohnny-cache-1.4.1 (Posted on )
First Release Namejohnny-cache-0.2.1 (Posted on )
用户参与
Stargazers Count307
Watchers Count24
Fork Count83
Commits Count362
Has Issues Enabled
Issues Count43
Issue Open Count22
Pull Requests Count14
Pull Requests Open Count13
Pull Requests Close Count8
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

.. 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 <http://github.com/jmoiron/johnny-cache>_::

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

Or if you prefer mercurial, from its hg mirror <http://bitbucket.org/jmoiron/johnny-cache>_::

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

Please read The full documentation to Johnny Cache <http://packages.python.org/johnny-cache/>_ before using it.

.. _django: http://djangoproject.com
.. _memcached: http://memcached.org