Beispiel #1
0
 public void Update(string key, CacheBlock block)
 {
     lock (Locker)
     {
         CachePool.Update(key, block);
     }
 }