/// <summary> /// 清空缓存 /// 注意:可以使用该方法修复我们本地的客户端 /// </summary> public void ClearCache() { _patcher.ClearCache(); }