flask-caching.readthedocs.io - Flask-Caching — Flask-Caching 1.0.0 documentation

Example domain paragraphs

Flask-Caching is an extension to Flask that adds caching support for various backends to any Flask application. By running on top of cachelib it supports all of werkzeug ’s original caching backends through a uniformed API. It is also possible to develop your own caching backend by subclassing flask_caching.backends.base.BaseCache class.

Since 1.8, Flask-Caching supports only Python 3.5+.

Install the extension with the following command: