[Opensymphony-oscache] not caching

nospor <[email protected]> Tue, 21 Jun 2005 06:33:17 CDT
Newsgroups gmane.comp.java.open-symphony.os-cache
Message-ID <6171109.1119353627797.JavaMail.os-j2ee@opensymphony01.contegix.com>
i have this code:
...
<%@ taglib uri="http://www.opensymphony.com/oscache" prefix="oscache" %>
...
<body>
	Non cached date: <%= new Date() %><p>
	
	<oscache:cache key="testcache">
	Cached date: <%= new Date() %> (manual refresh)<p>
	</oscache:cache>
<body>

it reads oscache configuration properly but not caching. Could you tell me why

---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=3553&messageID=9006#9006