美文网首页
清空图片缓存

清空图片缓存

作者: iOS菜鸟攻城狮 | 来源:发表于2017-05-09 18:07 被阅读18次

    // 清理内存[[SDImageCache sharedImageCache] clearMemory];// 清理webview 缓存NSHTTPCookieStorage*storage = [NSHTTPCookieStoragesharedHTTPCookieStorage];for(NSHTTPCookie*cookiein[storage cookies]) {    [storage deleteCookie:cookie];}NSURLSessionConfiguration*config = [NSURLSessionConfigurationdefaultSessionConfiguration];[config.URLCache removeAllCachedResponses];[[NSURLCachesharedURLCache] removeAllCachedResponses];// 清理硬盘[[SDImageCache sharedImageCache] clearDiskOnCompletion:^{    [MBProgressHUD hideAllHUDsForView:self.view animated:YES];    [self.tableView reloadData];}];

    相关文章

      网友评论

          本文标题:清空图片缓存

          本文链接:https://www.haomeiwen.com/subject/nujitxtx.html