标签: ios caching ios6
招呼
答案 0 :(得分:0)
在获取数据时使用options,这将允许您更好地控制缓存:
options
NSData* data = [NSData dataWithContentsOfURL:url options:NSDataReadingMappedIfSafe error:&err];
检查文档以获取更多选项