Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我在 android 中使用了一个名为 Picasso 的库来在 Recycer 视图中显示图像,它说它将在磁盘缓存中缓存图像,什么是磁盘缓存?我们可以看到以编程方式存储了哪些文件吗?
AFAIK,内存使用没有太大不同。但是,如果您使用 DiskCache,这意味着当您的应用程序被卸载时,您的缓存图像将被自动删除,并且没有其他应用程序可以访问您的 DiskCache 图像。使用您的 SD 卡空间,any1 可以对其进行读/写。