标签: nhibernate appfabric
我们注意到NHibernate.Caches.Velocity.VelocityClient中的Velocity缓存名称被硬编码为“nhibernate”
private const string CacheName = "nhibernate"; . . . cache = cacheCluster.GetCache(CacheName);
是否有补丁可以从配置文件中更改缓存名称。我们的应用程序使用不同名称的缓存会很好。
答案 0 :(得分:0)
AppFabric: Could not contact the cache service