i'm using the amazing SDWebImage
project, to refresh the download of an image i use this:
[[SDImageCache sharedImageCache] removeImageForKey:img_key fromDisk:YES];
and works, but i want to know if it's possible to give a tag for some images, so i can clear the cache for a set of images and not for only one, it's that possible?