Beispiel #1
0
 static TableCache()
 {
     cache = new BaseTableCache(480 /* 8 hour max by default */);
 }
 static TableCache()
 {
     cache = new BaseTableCache(480 /* 8 hour max by default */);
 }
Beispiel #3
0
 static TableCache()
 {
     TableCache.cache = new BaseTableCache(480);
 }