flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

In memory caching only?

Open b055man opened this issue 3 years ago • 1 comments

Is there a way to disable the cache persistency, so that the images are cached in-memory only and dropped upon every app startup? I've looked through the API and briefly checked the source code and it doesn't seem like it's possible (CacheStore is created internally during the construction of the CacheManager) but maybe I am missing something?

b055man avatar May 16 '22 18:05 b055man

@renefloor Could you give me any hints?

b055man avatar May 24 '22 11:05 b055man