Baseflow / flutter_cache_manager

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

Is there a way to set maximum cache size (in megabytes) #265

Open aytunch opened 3 years ago

aytunch commented 3 years ago

We can set max number of cached files and a life span. But i could not find a way to set a maximum size limit. If we can set lets say 300MB and we are at 250BM atm; when a new 100MB file getting cahced, the oldest should be deleted (or more up to 50MB)

renefloor commented 3 years ago

No not at the moment. You can only set how many files are cached, not how large the cache can be.