1.在appdelegate中添加,在每一個模塊添加這段代碼的時候,緩存沒有成功。緩存
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {app
// Override point for customization after application launch.ide
CustomURLCache *urlCache = [[CustomURLCache alloc] initWithMemoryCapacity:20 * 1024 * 1024url
diskCapacity:200 * 1024 * 1024spa
diskPath:nilorm
cacheTime:0];ci
[CustomURLCache setSharedURLCache:urlCache];it