OSCache 쉽게 해결


1,        :OSCache:             ,       J2EE    , OSCache     Java    。             。JBoss,Hibernate,Spring       。    :Version 2.1.1  [    ]: https://oscache.dev.java.net/files/documents/629/13962/oscache-2.1.1-full.zipOSCache       :http://www.opensymphony.com/oscache/download.action


2,       :    oscache-2.1.1-full.zip  ,    oscache-2.1.1.jar       docs、etc、lib、src。    etc   oscache.properties 、oscache.tld   oscache-2.1.1.jar                  tomcat,jdk1.4    :      
D:\Tomcat 5.0\webapps\ROOT\WEB-INF\lib\oscache-2.1.1.jar      D:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\oscache.properties      D:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\oscache.tldoscache.properties         :
cache.memory  true   false ,          ,    false, cache            , cache      :)
cache.capacity      
cache.persistence.class      ,     ,     cache.path  cache.cluster          。
 cache.cluster.multicast.ip   IP  
cache.cluster.properties        D:\Tomcat 5.0\webapps\ROOT\WEB-INF\web.xml          
<taglib><taglib-uri>oscache</taglib-uri><taglib-location>/WEB-INF/classes/oscache.tld</taglib-location></taglib>      ,OSCache     。

3,          :  jsp  ======================cache1.jsp     =================<%@ page contentType="text/html;charset=GBK"%><%@ page import="java.util.*" %><%@ taglib uri="oscache" prefix="cache" %><html><body>       : <%= new Date() %><p><!--    --><cache:cache time="30"> 30          : <%= new Date() %> <p></cache:cache><!--    --><cache:cache key="testcache">         : <%= new Date() %> <p></cache:cache><a href="cache2.jsp">    </a></body></html>=============================================================================cache2.jsp           ===========<%@ page contentType="text/html;charset=GBK"%><%@ taglib uri="oscache" prefix="cache" %><html><body>     ...<p><cache:flush key="testcache" scope="application"/><a href="cache1.jsp">  </a></body></html>

좋은 웹페이지 즐겨찾기