2009-07-01 39 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

相關問題