Ejemplo n.º 1
0
            public static void Clear(int siteId)
            {
                var cacheKey = GetCacheKey(siteId);

                CacheUtils.Remove(cacheKey);
            }
Ejemplo n.º 2
0
 public static void ClearCache(string htmlPath)
 {
     CacheUtils.Remove(htmlPath);
 }