摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace AuthTest.Models { ... 阅读全文
摘要:
一、ASP.NETMVC中使用OutputCache实现服务器端页面级缓存 在ASP.NETMVC中,假如我们想要将某个页面(即某个Action)缓存在服务器端,可以在Action上标上以下特性:1 [OutputCache(Duration = 10, VaryByParam = "*", Lo... 阅读全文