参考文档:
iOS SDWebImage 清空缓存 新方法
代码:
//清除图片缓存
[[SDImageCache sharedImageCache] clearDiskOnCompletion:nil];
[[SDImageCache sharedImageCache] clearMemory];//可不写
参考文档:
iOS SDWebImage 清空缓存 新方法
代码:
//清除图片缓存
[[SDImageCache sharedImageCache] clearDiskOnCompletion:nil];
[[SDImageCache sharedImageCache] clearMemory];//可不写
本文标题:iOS SDWebImage 清空缓存 新方法
本文链接:https://www.haomeiwen.com/subject/yaipyftx.html
网友评论