internal CacheCommon()
 {
     this._cacheMemoryStats       = new CacheMemoryStats(new SRef(this));
     this._enableMemoryCollection = true;
     this._enableExpiration       = true;
 }
Ejemplo n.º 2
0
 internal CacheCommon() {
     _cachePublic = new Cache(0);
     _srefMultiple = new SRefMultiple();
     _cacheMemoryStats = new CacheMemoryStats(_srefMultiple);
     _enableMemoryCollection = true;
     _enableExpiration = true;
 }
 internal CacheCommon()
 {
     this._cacheMemoryStats = new CacheMemoryStats(new SRef(this));
     this._enableMemoryCollection = true;
     this._enableExpiration = true;
 }