草庐IT

SDURLCache

全部标签

iphone - 带有 AFNetworking 和离线模式的 SDURLCache 不起作用

我正在使用AFNetworking和SDURLCache进行所有网络操作。我的SDURLCache设置如下:SDURLCache*urlCache=[[SDURLCachealloc]initWithMemoryCapacity:1024*1024*2//2MBmemcachediskCapacity:1024*1024*15//15MBdiskcachediskPath:[SDURLCachedefaultCachePath]];[urlCachesetMinCacheInterval:1];[NSURLCachesetSharedURLCache:urlCache];我的所有请求都

iphone - 带有 AFNetworking 和离线模式的 SDURLCache 不起作用

我正在使用AFNetworking和SDURLCache进行所有网络操作。我的SDURLCache设置如下:SDURLCache*urlCache=[[SDURLCachealloc]initWithMemoryCapacity:1024*1024*2//2MBmemcachediskCapacity:1024*1024*15//15MBdiskcachediskPath:[SDURLCachedefaultCachePath]];[urlCachesetMinCacheInterval:1];[NSURLCachesetSharedURLCache:urlCache];我的所有请求都