摘要:
在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 阅读全文