iPhone
[objc] UIWebView, cache
tenn
2013. 5. 30. 18:46
NSURLRequest initWithURL:cachePolicy:timeoutInterval
cachePolicy: NSURLCacheStorageNotAllowed
하거나
[[NSURLCache sharedURLCache] removeCachedResponseForRequest:targetRequest];
하면 된다고 하는데?