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

Reply via email to