Baseflow / flutter_cache_manager

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

What happens if the memory of the phone is full? #426

Open desmeit opened 10 months ago

desmeit commented 10 months ago

Let's assume that I have not defined any stalePeriod or maxNrOfCacheObjects and the cache in the phone is full. What happens then? Will nothing more be loaded? Or does the app crash?