摘要:
1整页缓存适用情况1.不需要频繁更新数据的页面2.占用大量时间和资源才能编译生成的页面。<%@OutputCacheDuration="5"VaryByParam="id;name"VaryByControl="none"Location="Any"VaryByCustom="browser"%>Duration必须属性。表示页面被缓存的时间,以秒为单位varyByParam该属性是以... 阅读全文
posted @ 2009-08-15 11:42
张巍的博客
阅读(379)
评论(0)
推荐(0)