Esempio n. 1
0
 public void RemoveAll(Predicate <CacheBlock> pre)
 {
     lock (Locker)
     {
         CachePool.RemoveAll(pre);
     }
 }