Hello,
I am trying to implement caching on an XSP page using the <util:cacheable/> tag within the <xsp:structure> node in Cocoon 1.8.2.
The XSP page does not seem to be caching.
I even went on to implementing hasChanged to return false (to always cache) like so:
public boolean hasChanged (Object context) {
return false;
}
with no perceived cacheing.
My setup: Cocoon 1.8.2, Weblogic 6+, JVM 1.3
I have one/two questions:
- how can I verify that this is actually doing anything (I don't think it is in my case)?
and/or
- any ideas on how to get XSP cacheing working in 1.8.2?
Thanks in advance,
Ron
____________________________
Ron Ifferte
Web Developer
PowerOne Media, Inc.
http://www.poweronemedia.com
____________________________