Contents

Flask-Caching 2.3.1

0

Adds caching support to Flask applications.

Adds caching support to Flask applications.

Stars: 939, Watchers: 939, Forks: 201, Open Issues: 97

The pallets-eco/flask-caching repo was created 9 years ago and the last code push was 9 months ago.
The project is popular with 939 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

No  flask-caching  pypi packages just yet.

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 97 open issues on GitHub

  • Add Flask-Caching version identification to Redis backends
  • Add Flask-Caching version identification to Redis connections

See more issues on GitHub

Related Packages & Articles

Flask 3.1.2

A simple framework for building complex web applications.

cachetools 7.0.1

Cachetools is a python library that provides Extensible memoizing collections and decorators. It provides multiple cache classes based on different cache algorithms, as well as decorators for easily memoizing function and method calls.