之前百度了一些方法,然后并没有什么用,而且还挺麻烦,后来看到SDWebImage有个方法是删除指定url的缓存,这不就是最好的方法么。
[[SDImageCache sharedImageCache]removeImageForKey:url withCompletion:^{
}];
之前百度了一些方法,然后并没有什么用,而且还挺麻烦,后来看到SDWebImage有个方法是删除指定url的缓存,这不就是最好的方法么。
[[SDImageCache sharedImageCache]removeImageForKey:url withCompletion:^{
}];