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