/// <summary>
 /// 清理缓存
 /// </summary>
 public void ClearCache()
 {
     ArticleApiInfoCache.Clear();
     ArticleSearchResultCache.Clear();
 }