July 2019
Beginner to intermediate
302 pages
9h 38m
English
We will install a Flask extension called flask-caching, which simplifies the process of caching a lot:
$ pip3 install flask-caching
We will use our catalog application for this purpose and implement caching for some methods.