Package org.apache.cocoon.caching

Interface Summary
Cacheable This marker interface declares a (sitemap) component as cacheable.
CacheValidity A CacheValidity object contains all information for one pipeline component to check if it is still valid.
For example, the FileGenerator stores only the timestamp for the read xml file in this container.
 

Class Summary
AggregatedCacheValidity A validation object aggregating several validity objects.
CachedEventObject This is an cached object as it is stored in the EventCache
CachedStreamObject This is an cached object as it is stored in the StreamCache
CachingOutputStream This is an OutputStream which forwards all received bytes to another output stream and in addition caches all bytes, thus acting like a TeeOutputStream.
ComponentCacheKey This is the cache key for one sitemap component.
CompositeCacheValidity A validation object aggregating two validity objects.
DeltaTimeCacheValidity A validation object that remains valid for a specified amount of time.
IncludeCacheValidity A validation object used in CachingCIncludeTransformer
NOPCacheValidity A validation object which is always valid.
ParametersCacheValidity A validation object using a set of key/value pairs contained in a Map.
PipelineCacheKey This is the cache key for one pipeline.
TimeStampCacheValidity A validation object for time-stamps.
 



Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.