コード例 #1
0
 /// <summary>
 /// 移除全部缓存
 /// </summary>
 public void RemoveAll(long dbId = 0)
 {
     RedisCache.RemoveAll(dbId);
 }