有没有办法检查 Windows 操作系统的缓存中的内容?
我想在任何给定时间查看缓存中的内容。有没有办法检查缓存中的内容?
I would like to see what is in the cache at any given time. Is there a way to check what's in the cache?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将内核调试器与 !filecache 命令结合使用。
Use the kernel debugger with the !filecache command.