예제 #1
0
 public Task <object> PutIfAbsentAsync(object key, object value)
 {
     return(cache.PutIfAbsentAsync(key, value));
 }