Uses of Interface
org.apache.cocoon.pipeline.caching.CacheValue

Packages that use CacheValue
org.apache.cocoon.monitoring.cache.entry   
org.apache.cocoon.pipeline   
org.apache.cocoon.pipeline.caching   
 

Uses of CacheValue in org.apache.cocoon.monitoring.cache.entry
 

Constructors in org.apache.cocoon.monitoring.cache.entry with parameters of type CacheValue
CacheEntryMonitor(CacheKey cacheKey, CacheValue cacheValue)
           
 

Uses of CacheValue in org.apache.cocoon.pipeline
 

Methods in org.apache.cocoon.pipeline that return CacheValue
protected  CacheValue CachingPipeline.getCachedValue(CacheKey cacheKey)
           
 

Methods in org.apache.cocoon.pipeline with parameters of type CacheValue
protected  boolean CachingPipeline.isCacheKeyValid(CacheValue cachedValue)
           
protected  void CachingPipeline.setCachedValue(CacheKey cacheKey, CacheValue cacheValue)
           
 

Uses of CacheValue in org.apache.cocoon.pipeline.caching
 

Classes in org.apache.cocoon.pipeline.caching that implement CacheValue
 class AbstractCacheValue
           
 class CompleteCacheValue
           
 class ObjectCacheValue
          An implementation of the CacheValue interface that can hold an arbitrary value.
 

Methods in org.apache.cocoon.pipeline.caching that return CacheValue
 CacheValue Cache.get(CacheKey cacheKey)
          Retrieves the CacheValue previously stored using the given cacheKey.
 CacheValue AbstractCache.get(CacheKey cacheKey)
          Retrieves the CacheValue previously stored using the given cacheKey.
 CacheValue Cache.get(CacheKey cacheKey, boolean includeInvalid)
          Retrieves the CacheValue previously stored using the given cacheKey.
 CacheValue AbstractCache.get(CacheKey cacheKey, boolean includeInvalid)
          Retrieves the CacheValue previously stored using the given cacheKey.
protected  CacheValue SimpleCache.retrieve(CacheKey cacheKey)
          Actually retrieves the CacheValue from the underlying storage.
protected abstract  CacheValue AbstractCache.retrieve(CacheKey cacheKey)
          Actually retrieves the CacheValue from the underlying storage.
 

Methods in org.apache.cocoon.pipeline.caching with parameters of type CacheValue
protected  boolean AbstractCache.isValid(CacheKey cacheKey, CacheValue cacheValue)
          Determines if the given cacheValue is valid according to the given cacheKey.
 void Cache.put(CacheKey cacheKey, CacheValue cacheValue)
          Stores the given cacheValue at the given cacheKey.
 void AbstractCache.put(CacheKey cacheKey, CacheValue cacheValue)
          Stores the given cacheValue at the given cacheKey.
protected  void SimpleCache.store(CacheKey cacheKey, CacheValue cacheValue)
          Actually stores the given cacheValue at the given cacheKey in the underlying storage.
protected abstract  void AbstractCache.store(CacheKey cacheKey, CacheValue cacheValue)
          Actually stores the given cacheValue at the given cacheKey in the underlying storage.
 



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