Exemplo n.º 1
0
        /// <summary>清空缓存</summary>
        private void DelAllCache()
        {
            //清除模板缓存
            CacheHelper.RemoveOneCache(const_CacheKey);
            CacheHelper.RemoveOneCache(const_CacheKey_Date);

            //清除前台缓存
            CommonBll.RemoveCache(const_CacheKey);
            //运行自定义缓存清理程序
            DelCache();
        }