Beispiel #1
0
 public virtual void _reset_cache()
 {
     this._cache = new Dictionary <object, object>
     {
     };
     this._metrics = new CacheMetrics();
 }
Beispiel #2
0
 public virtual void _reset_cache()
 {
     this._cache   = new RangeTree.RangeTree <UInt32, RangeItem>(new RangeItemComparer());
     this._metrics = new CacheMetrics();
 }