I am using an awesome project SDWebImage
to update the loading of the image that I am using:
[[SDImageCache sharedImageCache] removeImageForKey:img_key fromDisk:YES];
and it works, but I want to know if it is possible to give a tag for some images, so I can clear the cache for a set of images, and not just for one, is this possible?
Piero source
share