码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 缓存NSURLCache

时间:2015-08-14 07:39:58      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

1.在appdelegate中添加,在每个模块添加这段代码的时候,缓存没有成功。

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

    // Override point for customization after application launch.

    CustomURLCache *urlCache = [[CustomURLCache alloc] initWithMemoryCapacity:20 * 1024 * 1024

                                                                 diskCapacity:200 * 1024 * 1024

                                                                     diskPath:nil

                                                                    cacheTime:0];

    [CustomURLCache setSharedURLCache:urlCache];

iOS 缓存NSURLCache

标签:

原文地址:http://my.oschina.net/u/585206/blog/492115

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