No, caching pipelines only caches "cacheable" content. This is determined by Cocoon based on the information the Generator provides. The file generator is cacheable by default based on the last-modified time of the file. But the ServerPagesGenerator that handles all xsp's is non-Caching unless you provide the needed implementation I described below.

Geoff

At 08:29 AM 4/2/2003, you wrote:
In 2.1 you can do it in the sitemap

Option1 -- at the individual pipeline level:
    <map:pipeline type="noncaching">
      ...

Option 2 -- set the default in the pipes declaration
    <map:pipes default="caching">
      ....

Cheers,
-Alex

--- zze-MORY Nicolas FTRD/DMI/REN
<[EMAIL PROTECTED]> wrote:
>
> How can i turn off the cache under Cocoon 2.1 ?
> because :
>
>
> <event-pipeline
>
>
class="org.apache.cocoon.components.pipeline.NonCachingEventPipeline"/>
>
> <stream-pipeline
>
>
class="org.apache.cocoon.components.pipeline.NonCachingStreamPipeline"/>
>
> doesn't exist under Cocoon 2.1
>
> Thanks
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to