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-IceFruit 0.0.3
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-IceFruit-0.0.3.tar.gz | 25.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Flask_Caching_IceFruit-0.0.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size:48.7 kB
Release files / Flask-Caching-IceFruit-0.0.3.tar.gz
| Download URL | Flask-Caching-IceFruit-0.0.3.tar.gz |
|---|---|
| Size | 25.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
487a4270810ff5f3bb2d0c934ee0eee4b6d29bb843bdc7b70be65872583535a9
|
|
BLAKE2b-256 checksum How to use checksums |
3ec3dc2d852d9b5e95fb858ca6b1efb9dd1aa9d012eee90414738bea631c762f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|
Release files / Flask_Caching_IceFruit-0.0.3-py2.py3-none-any.whl
| Download URL | Flask_Caching_IceFruit-0.0.3-py2.py3-none-any.whl |
|---|---|
| Size | 23.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9632c9ded6a001a384fbd62ca55dd0635d72a0c847c1e3654ac228ad0c2b07d4
|
|
BLAKE2b-256 checksum How to use checksums |
f4a9063504aa9af996277ede17f40d757c103759f69381394721dd9e52b93285
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|