flask-caching:Flask的缓存扩展

时间:2021-02-05 02:25:42
【文件属性】:
文件名称:flask-caching:Flask的缓存扩展
文件大小:85KB
文件格式:ZIP
更新时间:2021-02-05 02:25:42
python flask extension cache Flask 烧瓶缓存 为Flask添加了简单的缓存支持。 这是扩展的分支。 Flask-Caching还包括来自werkzeug的cache模块,该模块已获得BSD-3条款许可。 建立 Flask-Caching在PyPI上可用,并且可以通过以下方式安装: pip install flask-caching 缓存扩展可以直接初始化: from flask import Flask from flask_caching import Cache app = Flask ( __name__ ) # For more configuration options, check out the docu
【文件预览】:
flask-caching-master
----setup.py(3KB)
----.gitignore(118B)
----CHANGES(13KB)
----requirements.txt(70B)
----Makefile(352B)
----.travis.yml(260B)
----MANIFEST.in(250B)
----.pre-commit-config.yaml(130B)
----CONTRIBUTING.md(2KB)
----LICENSE(3KB)
----setup.cfg(304B)
----examples()
--------hello.py(2KB)
--------hello.cfg(110B)
----README.md(2KB)
----flask_caching()
--------__init__.py(41KB)
--------backends()
--------jinja2ext.py(3KB)
----tests()
--------conftest.py(3KB)
--------test_basic_app.py(3KB)
--------test_backend_cache.py(9KB)
--------test_view.py(15KB)
--------test_memoize.py(22KB)
--------test_cache.py(9KB)
--------test_template.html(242B)
--------test_templates.py(2KB)
----docs()
--------_templates()
--------Makefile(7KB)
--------api.rst(1KB)
--------index.rst(20KB)
--------conf.py(10KB)
--------_static()
--------make.bat(7KB)
--------changelog.rst(24B)
--------license.rst(67B)
----AUTHORS(365B)
----tox.ini(383B)

网友评论