1

清除缓存方法EGOImageview不起作用。

示例代码如下。

[[EGOImageLoader sharedImageLoader] clearCacheForURL:[NSURL URLWithString:objNews.strImageurl]];
imgNewsLogo = nil;
[imgNewsLogo dealloc];

一旦用户使用相同名称更改服务器端 URL 上可用的图像,我将面临一个问题。缓存后我看不到新图像。EGOImageView除了我可以做到这一点之外,还有其他方法吗?或者我在这里错过的任何东西?

4

1 回答 1

0

[[EGOCache globalCache] setData:connection.responseData forKey:key withTimeoutInterval:timeoutInterval];

设置一个合适的 timeoutInterval。

于 2015-08-03T06:42:51.840 回答