/// <summary> /// 清除所有MemoryCache缓存数据 /// </summary> public static void ClearAll() { CacheUtil.ClearAll(); }