예제 #1
0
 /// <summary>
 /// 移除全部缓存
 /// </summary>
 public void RemoveAllCache()
 {
     RedisCacheManager.RemoveAll();
 }