当使用本地机器缓存或从远程源提取数据时,我希望能够记录监控/日志。
有没有NSURLConnection.cacheExists方法?或者更好的方法是显示过期日期或其他缓存详细信息?
发布于 2010-05-27 13:57:39
您可以向the shared NSURLCache object索要a cached response for a request。
https://stackoverflow.com/questions/2915206
相似问题