| Home >> All >> org >> apache >> cocoon >> [ caching Javadoc ] |
org.apache.cocoon.caching: Javadoc index of package org.apache.cocoon.caching.
Package Samples:
org.apache.cocoon.caching
Classes:
AggregatedCacheValidity: A validation object aggregating several validity objects. This is similar to the CompositeCacheValidity with the difference that the amount of aggregated objects is not limited.
CompositeCacheValidity: A validation object aggregating two validity objects. This is similar to the AggregatedCacheValidity with the difference that the amount of aggregated objects is limited.
ComponentCacheKey: This is the cache key for one sitemap component. It consists of two parts: a.) The component identifier - a unique handle for the sitemap component b.) The cache key - a key, generated by the component, which is unique inside the component space.
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.
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.
NOPCacheValidity: A validation object which is always valid. This might be the most used CacheValidity object for serializers.
PipelineCacheKey: This is the cache key for one pipeline. It consists of one or more ComponentCacheKey objects.
TimeStampCacheValidity: A validation object for time-stamps. This is might be the most used CacheValidity object.
ParametersCacheValidity: A validation object using a set of key/value pairs contained in a Map .
CachedStreamObject: This is an cached object as it is stored in the StreamCache
CachedEventObject: This is an cached object as it is stored in the EventCache
DeltaTimeCacheValidity: A validation object that remains valid for a specified amount of time.
Cacheable: This marker interface declares a (sitemap) component as cacheable.
IncludeCacheValidity: A validation object used in CachingCIncludeTransformer
| Home | Contact Us | Privacy Policy | Terms of Service |