You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Joerg Heinicke <jo...@gmx.de> on 2005/10/16 11:41:13 UTC

Re: [Fwd: RE: Unintentional Caching with Tomcat 5.5.x]

On 15.10.2005 19:07, Carsten Ziegeler wrote:

> The uri is used as a "default" for the cache key. You can include
> parameters and any additional information in the key if you need to.
> 
> You can define your own cache key by setting a parameter on the pipeline:
> <map:pipeline type="expires">
>   <map:parameter name="cache-key" value="SOMETHING"/>
> 
> So, you can e.g. use input modules to add the uri and the request
> parameters in there.

Nice to know. I guess it is not documented somewhere [1], is it?

Jörg

http://cocoon.apache.org/2.1/userdocs/concepts/caching.html#Expiration+of+Content

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org