摘要:
在global.assx中重写如下方法:public override string GetVaryByCustomString(HttpContext context, string arg) { if (arg == "news_ascx") { string value= HttpRuntime.Cache["news_ascx"]; if (value == null) { value = DateTime.Now.ToString(); HttpRuntime.Cache.Insert("", value, null, DateTime.MaxValue, new TimeSp 阅读全文
posted @ 2010-11-09 19:06
再快一点
阅读(437)
评论(0)
推荐(0)