on?
>
> Thank you,
> Paolo Scaffardi
> AIRVENT SAM S.p.A.
>
> -Messaggio originale-
> Da: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
> Inviato: lunedì 24 settembre 2001 17.06
> A: [EMAIL PROTECTED]
> Oggetto: RE: Pipeline caching...
>
> By default XSP generated by Coc
By default XSP generated by Cocoon are not cached, and executed on every request.
To change this behaviour, you need to add these two methods:
http://apache.org/xsp";>
public long generateKey(){
// Unique ID of your page
return HashUtil.hash(getClass().getName());
}
public Cach