标签:
NSURLCache * cache = [NSURLCache sharedURLCache]; [cache removeAllCachedResponses]; [cache setDiskCapacity:0]; [cache setMemoryCapacity:0];
(转)webView清除缓存
原文地址:http://www.cnblogs.com/code-changeworld/p/4771110.html