MKNetworkKit
MKNetworkKit copied to clipboard
cache bug
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(saveCache) name:UIApplicationDidReceiveMemoryWarningNotification object:nil];
why saveCache not clearCache when receive MemoryWarning
write to file,I know,sorry.