Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
738 stars 427 forks source link

feat: Allowing caching of 404 responses #447

Closed rorystephenson closed 4 months ago

rorystephenson commented 4 months ago

In some scenarious 404s are expected. Imagine a sports app which shows player images but only the most well-known players have images. In this scenario if the 404 is not cached then a lot of unnecessary requests will be made.