摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace AuthTest.Models { ... 阅读全文
posted @ 2015-12-20 17:05 AnswerCard 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 一、ASP.NETMVC中使用OutputCache实现服务器端页面级缓存 在ASP.NETMVC中,假如我们想要将某个页面(即某个Action)缓存在服务器端,可以在Action上标上以下特性:1 [OutputCache(Duration = 10, VaryByParam = "*", Lo... 阅读全文
posted @ 2015-12-20 16:41 AnswerCard 阅读(428) 评论(0) 推荐(0) 编辑