This pipeline implementation caches the complete content for a defined
period of time (expires).
The cache-expires parameter controls the period of time for caching the content. A positive
value is a value in seconds, a value of zero means no caching and a negative value means
indefinite caching. In this case, you should use an external mechanism to invalidate the
cache entry.
since: 2.1 author: Carsten Ziegeler version: CVS $Id: ExpiresCachingProcessingPipeline.java 502603 2007-02-02 13:29:01Z cziegeler $
getValidityForEventPipeline() Return valid validity objects for the event pipeline
If the "event pipeline" (= the complete pipeline without the
serializer) is cacheable and valid, return all validity objects.
public SourceValidity getValidityForEventPipeline()(Code)
Return valid validity objects for the event pipeline
If the "event pipeline" (= the complete pipeline without the
serializer) is cacheable and valid, return all validity objects.
Otherwise return null
parameterize
public void parameterize(Parameters params) throws ParameterException(Code)