示例#1
0
 public static Task <T> KVGetAsync <T>(string key)
 {
     return(_clusterProvider.KVGetAsync <T>(key));
 }