Esempio n. 1
0
 public UseStandardQueryCache(Settings settings, IDictionary <string, string> props, NHibernate.Cache.UpdateTimestampsCache updateTimestampsCache, string regionName)
     : base(settings, props, updateTimestampsCache, regionName)
 {
     ;
 }
Esempio n. 2
0
 public NHibernate.Cache.IQueryCache GetQueryCache
     (string regionName, NHibernate.Cache.UpdateTimestampsCache updateTimestampsCache, Settings settings, IDictionary <string, string> props)
 {
     return(new UseStandardQueryCache(settings, props, updateTimestampsCache, regionName));
 }