A fork of the Flask-Cache extension which adds easy cache support to Flask.
Important
This project is part of the Pallets Community Ecosystem. Pallets is the open source organization that maintains Flask; Pallets-Eco enables community maintenance of related projects. If you are interested in helping maintain this project, please reach out on the Pallets Discord server.
You can install the extension with the following commands:
$ pip install -U Flask-Caching
or alternatively with uv:
$ uv add Flask-Caching
Flask-Caching 2.5.0 supports Python 3.11+.
- Documentation: https://flask-caching.readthedocs.io
- Changes: https://flask-caching.readthedocs.io/en/latest/changelog.html
- PyPI Releases: https://pypi.org/project/Flask-Caching/
- Source Code: https://github.com/pallets-eco/flask-caching
- Issue Tracker: https://github.com/pallets-eco/flask-caching/issues