首页 > 移动平台 > 详细

iOS 缓存NSURLCache

时间:2015-08-14 07:38:44      阅读:197      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!