Flask-Caching 2.3.0
0
Adds caching support to Flask applications.
Contents
Adds caching support to Flask applications.
Stars: 893, Watchers: 893, Forks: 193, Open Issues: 75The pallets-eco/flask-caching
repo was created 8 years ago and the last code push was 2 months ago.
The project is popular with 893 github stars!
How to Install flask-caching
You can install flask-caching using pip
pip install flask-caching
or add it to a project with poetry
poetry add flask-caching
Package Details
- Author
- Peter Justin
- License
- BSD
- Homepage
- https://github.com/pallets-eco/flask-caching
- PyPi:
- https://pypi.org/project/Flask-Caching/
- Documentation:
- https://flask-caching.readthedocs.io
- GitHub Repo:
- https://github.com/sh4nks/flask-caching
Classifiers
Related Packages
Errors
A list of common flask-caching errors.
Code Examples
Here are some flask-caching
code examples and snippets.
GitHub Issues
The flask-caching package has 75 open issues on GitHub
- FileSystemCache deletes every 3 caches when threshold is reached
- Support for Windows when creating FileSystemCache
- No configuration options when using redis url
- Unable to delete expired values; Access is denied; Windows 10
- Use cachelib as backend
- cachelib as backend
- Bump tox from 3.24.4 to 3.24.5 in /requirements
- Bump sphinx from 4.3.1 to 4.3.2 in /requirements
- Bump redis from 3.5.3 to 4.1.0 in /requirements
- Type Hints: py.typed file is missing
- support flask2.0: async view
- Proposing a public API for viewing items in the cache
- Extensible serializers support
- TypeError: cannot serialize '_io.BufferedReader' object