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