我正在使用通用图像库(UIL)在我的应用程序中加载图像。现在的问题是我可以在同一个URL上使用不同的图像。我的意思是今天我在URL中有一张猫图片,明天我可能在同一个URL中有一张狗图片。所以我想检查缓存图像是否存在2天,然后将其删除并再次下载图像。这是我的配置。FilecacheDir=StorageUtils.getOwnCacheDirectory(this,"FriendListCache");ImageLoaderConfigurationconfig=newImageLoaderConfiguration.Builder(this)//Youcanpassyourownmem