コード例 #1
0
 public Task <bool> SetAsync <T>(string key, T value)
 {
     return(_helper.StringSetAsync(key, value));
 }