我使用Picasso从磁盘加载图像,例如,Picasso.with(ctx).load(new File("/path/to/image")).into(imageView)但每当我在该文件中保存新图像并刷新我的时候ImageView,Picasso仍然会缓存位图.
Picasso.with(ctx).load(new File("/path/to/image")).into(imageView)
ImageView
是否有可能使Picasso中的缓存无效?
android caching image-loading picasso
android ×1
caching ×1
image-loading ×1
picasso ×1