Flask-Caching
August 24, 2026 ยท View on GitHub
A fork of the Flask-Cache extension which adds easy cache support to Flask.
Pallets Community Ecosystem
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.
Installing
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+.
Links
- 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