.net 缓存

#region 用户自定义变量 private static readonly Cache _cache;//缓存实例 private static readonly int hourfactor; #endregion #region 构造函数 static SetCache() { hourfactor = 3600; _cache = HttpRuntime.Cache; } private SetCache() { } #endregion #region 清除所有缓存 /// <summary> /// 清除所有缓存 /// </summary> public

posted on 2012-02-15 14:27  xupeng  阅读(194)  评论(0编辑  收藏  举报

导航