06 2011 档案

摘要: publicclassCacheHandler:IHttpHandler{publicvoidProcessRequest(HttpContextcontext){OutputCachedPagepage=newOutputCachedPage(newOutputCacheParameters{Duration=60,Location=OutputCacheLocation.Server,VaryByParam="v"});page.ProcessRequest(HttpContext.Current);context.Response.Write(DateTime.Now阅读全文
posted @ 2011-06-04 12:45 MicroCoder 阅读(61) | 评论 (0) 编辑