Contents

Flask-Caching 2.1.0

0

Adds caching support to Flask applications.

Adds caching support to Flask applications.

Stars: 864, Watchers: 864, Forks: 188, Open Issues: 66

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

See more issues on GitHub

Related Packages & Articles

Flask 3.0.3

A simple framework for building complex web applications.

cachetools 5.3.3

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.