关于列出NSURLCache url并删除项缓存

时间:2014-05-27 08:53:14

标签: ios url caching restful-url nsurlcache

我正在研究RestFull api,我想测试一些强大的东西。为了避免总是调用服务器,我使用NSURLRequestReturnCacheDataElseLoad缓存一些返回数据。我用[[NSURLCache sharedURLCache] removeAllCachedResponses];删除了我的缓存。我想要的是删除所关注的网址并不是全部。那么有没有办法列出所有网址并删除一个?

0 个答案:

没有答案