Ejemplo n.º 1
0
 public ObjectCache(bool clearAtMax)
 {
     //_highPriorityItems = new ItemCache(1, 1000, clearAtMax);
     _lowPriorityItems = new ItemCache(100, Configuration.ReadStoreObjectCacheSize, clearAtMax);
 }
Ejemplo n.º 2
0
 public ObjectCache(bool clearAtMax)
 {
     //_highPriorityItems = new ItemCache(1, 1000, clearAtMax);
     //_lowPriorityItems = new ItemCache(100, Configuration.ReadStoreObjectCacheSize, clearAtMax);
     _lowPriorityItems = new ItemCache(100, 10000, clearAtMax);
 }