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.
echo 3 > /proc/sys/vm/drop_caches任何人都可以用这段代码解释删除缓存和应用信息中经典的“清除缓存”按钮有什么区别?谢谢
echo 3 > /proc/sys/vm/drop_caches
唯一相同的是每个中都存在“缓存”一词。
drop_caches据我所知,指的是 Linux 内核页面缓存。这肯定超出了任何人在 Android 应用程序中会搞砸的范围。
drop_caches
“清除缓存”是指存储在每个应用程序缓存目录 (getCacheDir()和getExternalCacheDir()) 中的文件。
getCacheDir()
getExternalCacheDir()