删除Chrome devTools中的内存缓存
问题描述:
所有数据uri资源都以(来自内存缓存)的形式出现在devtools的 Size 列下.即使我清除了chrome的浏览数据并选中了 disable cache ,并在 private window 中运行,它仍然作为内存缓存来了.
All data uri resources are coming as (from memory cache) under Size column in devtools. Even after i cleared browsing data of chrome and checked 'disable cache' , and run in private window also, its still coming as memory cache .
如何清除此内存缓存并在首次加载时重新加载.
How to clear this memory cache and load fresh as first time.
答
更新:一些DevTools工程师将其签出.即使在全新的Chrome配置文件中,DevTools也会将数据URI列出为源自内存缓存.所以这是一个错误.
Update: Some DevTools engineers checked it out. DevTools lists Data URIs as originating from memory cache, even on a brand new Chrome profile. So it's a bug.
尝试以下方法:
- Clear Storage pane
- Empty Cache and Hard Reload