Exemplo n.º 1
0
 public Task <object> PutAsync(object key, object value)
 {
     return(cache.PutAsync(key, value));
 }