imageLoader.getMemoryCache().get(key);
图像uri作为关键,但它总是返回null
虽然我在配置中启用了缓存.
MemoryCacheUtils.findCachedBitmapsForImageUri(imageUri,ImageLoader.getInstance().getMemoryCache());
内存缓存可以包含一个图像的几个位图(diffenrent大小).所以内存缓存使用特殊的键,而不是图像urls.