【发布时间】:2015-02-14 15:32:49
【问题描述】:
我正在尝试通过 Android 编码清除毕加索的缓存。
谁能帮我解决这个问题..?
我曾尝试使用以下代码,但这在我的情况下没有用:
Picasso.with(getActivity()).load(data.get(pos).getFeed_thumb_image()).skipMemoryCache().into(image);
【问题讨论】:
-
尚未测试,但我猜
Picasso.with(context).shutdown()可能会有所帮助。
标签: android caching memory picasso