dmytro-anokhin/url-image

Remove in memory cached images and load new ones

princesojitra opened this issue · 0 comments

Hi all,
I am currently evaluating this library. I have cached the images using URLImageOptions - InMemory store type in one of my SwiftUI View. I tried to delete cached images from in memory using removeallImages() method but it did not work for me.