flask-cachingEasy Playground

Caching extension for Flask applications

Getting started with flask-cachingRun locally
Install
pip install flask-caching
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: flask_caching)

flask-caching is a third-party package. Caching extension for Flask applications. Install with: pip install flask-caching

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?