Р每30秒刷新缓存一次的日期: <%= new Date() %> Р Р Р Р手动刷新缓存的日期: <%= new Date() %>

Р Р Р每30秒刷新缓存一次的日期: <%= new Date() %> Р Р Р Р手动刷新缓存的日期: <%= new Date() %>

Р Р

全文预览

温室草莓无公害生产及病虫害防治

上传者:读书之乐 |  格式:ppt  |  页数:76 |  大小:7443KB

文档介绍
!--自动刷新--> Р<cache:cache time="30"> Р每30秒刷新缓存一次的日期: <%= new Date() %> Р</cache:cache> Р<!--手动刷新--> Р<cache:cache key="testcache"> Р手动刷新缓存的日期: <%= new Date() %> <p> Р</cache:cache> Р<a href="cache2.jsp">手动刷新</a> Р</body> Р</html> Рcache2.jsp 执行手动刷新页面如下Р<%@ taglib uri="oscache" prefix="cache" %> Р<html> Р<body> Р缓存已刷新...<p> Р<cache:flush key="testcache" scope="application"/> Р<a href="cache1.jsp">返回</a> Р</body> Р</html> Р你也可以通过下面语句定义Cache的有效范围,如不定义scope,scope默认为Applcation Р<cache:cache time="30" scope="session"> Р... Р</cache:cache> Р4. 缓存过滤器 CacheFilter Р你可以在web.xml中定义缓存过滤器,定义特定资源的缓存。Р<filter> Р<filter-name>CacheFilter</filter-name> Р<filter-.opensymphony.oscache.web.filter.CacheFilter</filter-class> Р<init-param> Р<param-name>time</param-name> Р<param-value>60</param-value> Р</init-param>

收藏

分享

举报
下载此文档