Flask-Caching
Adds easy cache support to Flask.
Setup
The Cache Extension can either be initialized directly:
from flask import Flask
from flask_caching import Cache
app = Flask(__name__)
# For more configuration options, check out the documentation
cache = Cache(app, config={"CACHE_TYPE": "simple"})
Or through the factory method:
cache = Cache(config={"CACHE_TYPE": "simple"})
app = Flask(__name__)
cache.init_app(app)
Links
Release files for Flask-Caching 1.7.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Flask-Caching-1.7.2.tar.gz | 66.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Flask_Caching-1.7.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 93.7 kB
Release files / Flask-Caching-1.7.2.tar.gz
| Download URL | Flask-Caching-1.7.2.tar.gz |
|---|---|
| Size | 66.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
52e236cbc836c41a5ced0c0a67b48ad180c9e2b5cb69e881089bba766db5569e
|
|
BLAKE2b-256 checksum How to use checksums |
e8858ccb4ed2aca8490927b4aa00b877f72fb9b3b687c04d2922c93a632fc911
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|
Release files / Flask_Caching-1.7.2-py2.py3-none-any.whl
| Download URL | Flask_Caching-1.7.2-py2.py3-none-any.whl |
|---|---|
| Size | 27.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b0daabd5249bebfbae3da4c22987bac22047fc8b18ea2716c4fc63d57d218946
|
|
BLAKE2b-256 checksum How to use checksums |
bd4ec701bdcd566f26187398cf058ad2ca14c8b2f50b17a17f9076794ae2f8db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|