[[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidReceiveMemoryWarningNotificationobject:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification*__unusednotification) {
//可以在这里处理
[_af_defaultImageCache removeAllObjects];
}];
网友评论