org.apache.cocoon.pipeline
Class NonCachingPipeline
java.lang.Object
org.apache.cocoon.pipeline.AbstractPipeline
org.apache.cocoon.pipeline.NonCachingPipeline
- All Implemented Interfaces:
- Pipeline
public class NonCachingPipeline
- extends AbstractPipeline
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, setup, setup, setupComponents, toString |
NonCachingPipeline
public NonCachingPipeline()
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.