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.
我想找到 a 的大小MemoryCache。
MemoryCache
MemoryCache _cache = MemoryCache.Default; _cache.Add("key", "value"); FindSize(_cache);
我想实现该FindSize()方法。
FindSize()
恐怕您在运行时找不到 .NET 对象的大小。有关更多详细信息,请参阅这些答案:
你需要_cache.Count()价值还是不同的东西?
_cache.Count()