This project has retired. For details please refer to its
Attic page.
NonCachingPipeline (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.pipeline
Class NonCachingPipeline<T extends PipelineComponent>
java.lang.Object
org.apache.cocoon.pipeline.AbstractPipeline<T>
org.apache.cocoon.pipeline.NonCachingPipeline<T>
- All Implemented Interfaces:
- Pipeline<T>
public class NonCachingPipeline<T extends PipelineComponent>
- extends AbstractPipeline<T>
This Pipeline
doesn't support caching at all. Whenever it is used, it will produce a fresh result.
Methods inherited from class org.apache.cocoon.pipeline.AbstractPipeline |
addComponent, execute, getComponents, getContentType, getFinisher, getLastModified, invokeStarter, setConfiguration, setup, setup, setupComponents, toString |
NonCachingPipeline
public NonCachingPipeline()
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.