dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Is it possible to forget all downloaded content each 15 minutes? #172

Open TheMMstick opened 2 years ago

TheMMstick commented 2 years ago

Hi all! I am currently evaluating this library. So far it works nice, but I try to find an option to forget all the downloaded images, delete them from the cache (memory and file) and reload the images already on screen with new ones. Is this easily possible? Thanks for any hint! Marc