예제 #1
0
 public CacheAspNet(CacheSettings settings)
 {
     this.Init(settings);
 }
예제 #2
0
 private void Init(CacheSettings settings)
 {
     this._cache    = HttpRuntime.Cache;
     this._settings = settings;
 }