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 的应用程序可以让您完全“清除”缓存。我想在我的应用程序中实现相同的功能。
我很熟悉,context.getCacheDir()但这只会返回特定于应用程序的缓存目录。有没有办法递归地遍历其他应用程序的缓存目录并清除它们?
context.getCacheDir()
附带说明一下,如果可能的话,我想获得总缓存文件的大小。