コード例 #1
0
 public int GetCacheKeyCountStartingWith(string key)
 {
     return(RedisUtility.GetCacheKeyCountStartingWith(key));
 }