flutter_cached icon indicating copy to clipboard operation
flutter_cached copied to clipboard

Caching strategies

Open JonasWanke opened this issue 6 years ago • 0 comments

As @marcelgarus already said in https://github.com/marcelgarus/flutter_cached/issues/5#issuecomment-598095137:

Actually, the current behavior is somewhat intended as a temporary behavior. In the long term, I was thinking about implementing multiple caching strategies that you can choose from (for example, only fetching the first time or fetching only if the last fetch is some amount in the past)

JonasWanke avatar Mar 21 '20 10:03 JonasWanke