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