我们注意到 NHibernate.Caches.Velocity.VelocityClient 中的 Velocity 缓存名称被硬编码为“nhibernate”
private const string CacheName = "nhibernate";
.
.
.
cache = cacheCluster.GetCache(CacheName);
是否有一个补丁可以从配置文件中更改缓存名称。我们的应用程序最好使用不同名称的缓存。
我们注意到 NHibernate.Caches.Velocity.VelocityClient 中的 Velocity 缓存名称被硬编码为“nhibernate”
private const string CacheName = "nhibernate";
.
.
.
cache = cacheCluster.GetCache(CacheName);
是否有一个补丁可以从配置文件中更改缓存名称。我们的应用程序最好使用不同名称的缓存。