如何从volley android中删除缓存图像

时间:2017-03-03 08:41:20

标签: android caching android-volley

我创建了volleySingleton类。我从ImageLoader加载图像。我要求删除缓存但不能这样做。使用了所有这三种方法

1)删除特定URL的缓存:使用remove()删除URL的缓存。

VolleySingleton.getInstance()getRequestQueue()getCache()除去(的ImageUrl);

2)删除所有缓存:

VolleySingleton.getInstance()getRequestQueue()getCache()清除();

3)VolleySingleton.getInstance()。getRequestQueue()。getCache()。invalidate(ImageUrl,true);

我已经尝试了所有这些但是缓存没有被删除Plz帮助

0 个答案:

没有答案