Iphone 清除MHLazyTableImages的缓存

Iphone 清除MHLazyTableImages的缓存,iphone,ios,objective-c,cocos2d-iphone,Iphone,Ios,Objective C,Cocos2d Iphone,当我从服务器更改图像时,我想清除MHLazyTableImages用于图像的缓存。但我找不到它存储这些图像的位置。因此,请您指导我。要清除MHLazyTableImages缓存,请编写以下代码行 [[MHImageCache sharedInstance] flushMemory]; 或 使用EGOImageViewfromi check flushMemory而不是MHLazyTableImages,它只清除加载的图像,而不清除缓存中的图像

当我从服务器更改图像时,我想清除MHLazyTableImages用于图像的缓存。但我找不到它存储这些图像的位置。因此,请您指导我。

要清除MHLazyTableImages缓存,请编写以下代码行

[[MHImageCache sharedInstance] flushMemory];


使用
EGOImageView
from

i check flushMemory而不是MHLazyTableImages,它只清除加载的图像,而不清除缓存中的图像