标签: android android-fragments memory android-activity picasso
当我使用RecyclerView和/或Picasso时。 它似乎缓存并在我的应用程序中存储了大量数据。 但是,每当我退出应用程序时,我都希望以简单的方式删除存储的数据和缓存。
答案 0 :(得分:1)
Picasso有evictAll() API来清除缓存。您还可以将Picasso磁盘缓存大小设置为小或零。
evictAll()