public static void Clear(int siteId) { var cacheKey = GetCacheKey(siteId); CacheUtils.Remove(cacheKey); }
public static void ClearCache(string htmlPath) { CacheUtils.Remove(htmlPath); }