码迷,mamicode.com
首页 > 其他好文 > 详细

缓存NSCash

时间:2016-06-19 11:31:35      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

1\获取所有的缓存数据

NSURLCache *cache = [NSURLCache sharedURLCache];

2\获取某一request对应的缓存

NSCachedURLResponse *respose = [cache cachedResponseForRequest:request];

3\缓存有一属性NSData.通过response.data获取缓存数据

缓存NSCash

标签:

原文地址:http://www.cnblogs.com/making/p/5597678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!