django-cache-machine:通过ORM对Django模型进行自动缓存和失效

时间:2021-02-26 22:49:00
【文件属性】:
文件名称:django-cache-machine:通过ORM对Django模型进行自动缓存和失效
文件大小:34KB
文件格式:ZIP
更新时间:2021-02-26 22:49:00
Python 快取机 缓存机通过ORM为Django模型提供自动缓存和失效。 有关完整的文档,请参阅 。 要求 缓存机可与Django 1.11-2.2和Python 2.7、3.4、3.5、3.6和3.7一起使用。 安装 从获取它: pip install django-cache-machine 运行测试 从获取它: git clone git://github.com/django-cache-machine/django-cache-machine.git cd django-cache-machine pip install -r requirements/py3.txt # or py2.txt for Python 2 python run_tests.py
【文件预览】:
django-cache-machine-master
----MANIFEST.in(50B)
----run_tests.py(2KB)
----requirements()
--------py2.txt(24B)
--------py3.txt(12B)
--------base.txt(143B)
----README.rst(1KB)
----caching()
--------config.py(847B)
--------base.py(15KB)
--------invalidation.py(9KB)
--------ext.py(3KB)
--------__init__.py(99B)
----examples()
--------cache_machine()
----.travis.yml(953B)
----tox.ini(1KB)
----LICENSE(1KB)
----setup.cfg(29B)
----setup.py(1KB)
----docs()
--------conf.py(777B)
--------index.rst(8KB)
--------Makefile(3KB)
--------releases.rst(2KB)
----tests()
--------__init__.py(0B)
--------testapp()
--------test_cache.py(23KB)
----.gitignore(50B)
----.coveragerc(23B)

网友评论