摘要:
publicclassCacheHandler:IHttpHandler{publicvoidProcessRequest(HttpContextcontext){OutputCachedPagepage=newOutputCachedPage(newOutputCacheParameters{Duration=60,Location=OutputCacheLocation.Server,VaryByParam="v"});page.ProcessRequest(HttpContext.Current);context.Response.Write(DateTime.Now 阅读全文