flutter_cached_network_image
flutter_cached_network_image copied to clipboard
In memory caching only?
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?
@renefloor Could you give me any hints?