Esempio n. 1
0
 public void Remove(CacheKey key)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Put(CacheKey key, Node node)
 {
     throw new NotImplementedException();
 }