コード例 #1
0
 protected override void Configure(Cfg.Configuration configuration)
 {
     configuration.Cache(x =>
     {
         x.Provider <HashtableCacheProvider>();
         x.UseQueryCache = true;
     });
 }
コード例 #2
0
 protected override void Configure(Cfg.Configuration configuration)
 {
     configuration.Cache(x => x.Provider <HashtableCacheProvider>());
 }