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.
有人可以帮我理解/决定appfabric缓存和ent之间的哪个缓存库。库缓存块好不好?
以下是我的要求: 1. 支持网络服务器场。2. 能够存储多达 50 万个 .Net 对象列表
谢谢你
企业缓存块是本地或一级缓存解决方案,而 AppFabric 是分布式或二级缓存解决方案。您无法比较两者。
但是考虑到您的要求,我建议您使用二级缓存解决方案,因为它适用于服务器场,我认为是分布式环境。
可以缓存的 .NET 对象数量取决于每个对象的大小和总缓存大小。二级缓存中可以存储的对象数量没有限制。