2

Flask-cache by default stores the second request if it comes within given time-period. It won't maintain the first request. For reference, I checked with nginix, nginix saves the fifth request. I got a argument maintaining the same informtion.

proxy_cache_min_uses 5;

Is there any same argument available in flask-cache? Or I just change the default number of hits to store the url?

Pramod Patil
  • 757
  • 2
  • 10
  • 26
Ashutosh
  • 66
  • 6

0 Answers0