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