Exemplo n.º 1
0
 public void Agregar(string key, object valor)
 {
     _cache.Agregar(key, valor);
 }