상속: IDisposable, ICacheInfo
예제 #1
0
 public void SetupStats()
 {
     lock (outputCache)
     {
         if (Stats != null)
         {
             Stats.Dispose();
         }
         Stats = new FastCacheInfo(outputCache);
     }
 }
예제 #2
0
 public void SetupStats()
 {
     lock (outputCache)
     {
         if (Stats != null)
             Stats.Dispose();
         Stats = new FastCacheInfo(outputCache);
     }
 }