views:

252

answers:

0

We have noticed that Velocity cache name in NHibernate.Caches.Velocity.VelocityClient is hardcoded to "nhibernate"

private const string CacheName = "nhibernate";
.
.
.
cache = cacheCluster.GetCache(CacheName);

Is there a patch which enables changing cache name from configuration file. It would be good that our apps use caches with different names.