本文介绍了散发着.NET 2.0+高速缓存?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
什么是实现与.NET分布式缓存的最佳方法?
What is the best approach to implement distributed caching with .NET?
编辑:我一直在寻找内部和外部应用程序的基本架构的缓存
I was looking for a general caching schema for internal and external applications
推荐答案
还有除了速度和memcached的端口另一种工具。
至于策略,则需要考虑什么 @Unsliced 在谈论,因为战略是从工具不同。
There is also NCache as another tool in addition to Velocity and memcached ports.As for strategies you will need to think about what @Unsliced is talking about because the strategy is different from the tool.
这篇关于散发着.NET 2.0+高速缓存?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!