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