Package org.apache.cocoon.caching

Interface Summary
Cache This is the Cocoon cache.
CacheableProcessingComponent This interface declares a (sitemap) component as cacheable.
EventAware Defines the simple contract for components that need to receive notification of cache Events.
EventRegistry The EventRegistry is responsible for the two-way many-to-many mapping between cache Events and PipelineCacheKeys necessary to allow for efficient event-based cache invalidation.
 

Class Summary
CachedResponse This is a cached response.
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.
ExtendedCachedResponse This is a cached response.
IdentifierCacheKey This is a "simple" cache key that does not consider the components used in the pipeline.
PipelineCacheKey This is the cache key for one pipeline (or the first part of a pipeline).
SimpleCache This cache implementation is an extension to the default cache implementation.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.