标签: c# caching load-balancing
我在两个负载均衡的服务器上有一个站点,并且正在使用HttpRuntime.Cache。是否可以在我的C#代码中区分缓存项所在的服务器?添加或获取项目时?
HttpRuntime.Cache
答案 0 :(得分:0)
我们的服务器不共享HttpRuntime.Cache,因此缓存中的每个项目都将被缓存两次:每个服务器一次。
如果您想共享缓存,请使用http://www.hanselman.com/blog/InstallingConfiguringAndUsingWindowsServerAppFabricAndTheVelocityMemoryCacheIn10Minutes.aspx