Flask decorator to measure time taken for a request
In the previous articles on the Python decorator series, we have learnt decorators, how they work and to implement a simple function based decorator and a class based decorator and decorator that supports parameters. In this article, we will use flas...
sureshdsk.dev2 min read
Rohit Das
just learning
thanks man. any idea how to print cache hit/miss when using flask caching?