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+.