2009-07-01 42 views

回答

2

在这里你去:

你,当你创建你的NSURLRequest对象指定缓存策略。将cachePolicy属性设置为NSURLRequestReloadIgnoringCacheData或使用initWithURL:cachePolicy:timeoutInterval:初始值设定项。请参阅缓存策略文档。

可以明确地清除高速缓存使用:

[NSURLCache sharedURLCache] removeAllCachedResponses]。

更多链接:

http://www.148apps.com/news/free-space-deleting-apps-cache-files/

http://www.ehow.com/how_4848193_clear-cache-file-iphone.html

相关问题