protected override void AdjustConfiguration(NHibernate.Cfg.Configuration cfg) { //XmlConfigurator.Configure(); cfg.Cache(x => { x.UseQueryCache = true; x.Provider <HashtableCacheProvider>(); }); }