oscache高速缓存

来源:互联网 发布:矩阵低秩分解理论 编辑:程序博客网 时间:2024/04/29 16:31

需要的jar:commons-logging.jar,jgroups-all.jar,oscache-2.4.1.jar


语句:

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8" import="java.util.*"%>
<%@ taglib prefix="oscache" uri="http://www.opensymphony.com/oscache"%>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
当前时间:<%=new Date()%><br />
<oscache:cache   >
缓存时间:<%=new Date()%>
</oscache:cache>


</body>
</html>


完了,就这么简单

0 0
原创粉丝点击