Exemplo n.º 1
0
 public Task PutAllAsync(IDictionary <object, object> map)
 {
     return(cache.PutAllAsync(map));
 }