hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Is there any way to set up an option to make it check the internet first if the cache is say, 15 minutes old (But get it from the cache if unable to fetch the data)? If it's less than 15 minutes it gets it from the cache without checking the internet.. #48

Closed NamanShergill closed 4 years ago

NamanShergill commented 4 years ago

Sorry, I seemed to have had missed the maxStale parameter when I was going through the documentation. The issue is solved now.