コード例 #1
0
 public bool DropItemFromCacheStartingWith(string key)
 {
     return(RedisUtility.DropCacheStartingWith(key));
 }