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.
Get-CacheStatistics 命令显示任何小对象(即使是 1 个整数)在缓存内存中至少占用 1024 个字节。它是否正确,有没有办法调整 AppCache 以更有效地处理小对象的内存?
其实你的理解是有错误的。
确实,对象以序列化的形式存储在缓存中,但缓存中还有其他需要内存的内部数据结构:键、持续时间、命名缓存、区域、标签、通知……查看容量指南。
没有办法管理内部缓存数据结构。