I\'m using SDWebImage to asynchronous image downloader with cache support.
It\'s working perfectly except that sometimes the image got updated on the server with same na
#import "SDImageCache.h" .... [[SDImageCache sharedImageCache] removeImageForKey:@"http://domain.com/image.jpg" fromDisk:YES];