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.
 

Class Summary
AggregatedCacheValidity A validation object using a List.
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 using a Hashmap.
NOPCacheValidity A validation object which is always valid.
ParametersCacheValidity A validation object using a Hashmap.
PipelineCacheKey This is the cache key for one pipeline.
TimeStampCacheValidity A validation object for time-stamps.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.