Package org.apache.cocoon.pipeline.caching

Interface Summary
Cache  
CacheKey  
CacheRefreshJob  
CacheRefreshManager  
CacheValue  
 

Class Summary
AbstractCache An abstract implementation of the Cache interface.

It handles the validity check for retrieving CacheValues but relies on child classes for actually accessing the underlying stores.
AbstractCacheKey  
AbstractCacheValue  
CacheRefreshManagerImpl  
CachingOutputStream  
CompleteCacheValue  
CompoundCacheKey  
ExpiresCacheKey A cache key implementation that expires after a defined number of seconds.
InvalidCacheKey  
ObjectCacheValue An implementation of the CacheValue interface that can hold an arbitrary value.
ParameterCacheKey A CacheKey that contains a Map of parameters.
SimpleCache A very simple implementation of the Cache interface.

It uses a WeakHashMap as internal data store.
SimpleCacheKey  
TimestampCacheKey  
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.