Ejemplo n.º 1
0
 static TableCache()
 {
     cache = new BaseTableCache(480 /* 8 hour max by default */);
 }
Ejemplo n.º 2
0
 static TableCache()
 {
     cache = new BaseTableCache(480 /* 8 hour max by default */);
 }
Ejemplo n.º 3
0
 static TableCache()
 {
     TableCache.cache = new BaseTableCache(480);
 }