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

Packages that use CacheKey
org.apache.cocoon.controller   
org.apache.cocoon.monitoring.cache.entry   
org.apache.cocoon.monitoring.statistics.aspects   
org.apache.cocoon.optional.pipeline.components.sax.calendar   
org.apache.cocoon.optional.pipeline.components.sax.directory   
org.apache.cocoon.optional.pipeline.components.sax.fop   
org.apache.cocoon.optional.pipeline.components.sax.jaxb   
org.apache.cocoon.optional.servlet.components.sax.serializers   
org.apache.cocoon.pipeline   
org.apache.cocoon.pipeline.caching   
org.apache.cocoon.pipeline.component   
org.apache.cocoon.profiling.component Provides cocoon-profiling pipeline components. 
org.apache.cocoon.rest.controller   
org.apache.cocoon.rest.controller.method   
org.apache.cocoon.sample.controller   
org.apache.cocoon.sample.generation   
org.apache.cocoon.sax.component   
org.apache.cocoon.sitemap.component   
org.apache.cocoon.stringtemplate   
 

Uses of CacheKey in org.apache.cocoon.controller
 

Methods in org.apache.cocoon.controller that return CacheKey
 CacheKey SpringControllerComponent.constructCacheKey()
          
 CacheKey Controller.getCacheKey()
          This method returns the cache key that might be available after the setup phase.
 

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

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

Uses of CacheKey in org.apache.cocoon.monitoring.statistics.aspects
 

Methods in org.apache.cocoon.monitoring.statistics.aspects with parameters of type CacheKey
 void CacheStatisticsAspect.handleCacheGetRequest(CacheKey key)
           
 void CacheStatisticsAspect.handleCachePutRequest(CacheKey key)
           
 

Uses of CacheKey in org.apache.cocoon.optional.pipeline.components.sax.calendar
 

Methods in org.apache.cocoon.optional.pipeline.components.sax.calendar that return CacheKey
 CacheKey CalendarGenerator.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.optional.pipeline.components.sax.directory
 

Methods in org.apache.cocoon.optional.pipeline.components.sax.directory that return CacheKey
 CacheKey DirectoryGenerator.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.optional.pipeline.components.sax.fop
 

Methods in org.apache.cocoon.optional.pipeline.components.sax.fop that return CacheKey
 CacheKey FopSerializer.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.optional.pipeline.components.sax.jaxb
 

Methods in org.apache.cocoon.optional.pipeline.components.sax.jaxb that return CacheKey
 CacheKey JAXBGenerator.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.optional.servlet.components.sax.serializers
 

Methods in org.apache.cocoon.optional.servlet.components.sax.serializers that return CacheKey
 CacheKey EncodingXMLSerializer.constructCacheKey()
           
 CacheKey EncodingXHTMLSerializer.constructCacheKey()
           
 CacheKey EncodingHTMLSerializer.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.pipeline
 

Fields in org.apache.cocoon.pipeline declared as CacheKey
protected  CacheKey CachingPipeline.cacheKey
           
 

Methods in org.apache.cocoon.pipeline that return CacheKey
 CacheKey CachingPipeline.constructCacheKey()
           
 CacheKey CachingPipeline.getCacheKey()
           
 

Methods in org.apache.cocoon.pipeline with parameters of type CacheKey
protected  CacheValue CachingPipeline.getCachedValue(CacheKey cacheKey)
           
 void AsyncCachePipeline.refresh(CacheKey cacheKey)
          
protected  void CachingPipeline.setCachedValue(CacheKey cacheKey, CacheValue cacheValue)
           
 

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

Classes in org.apache.cocoon.pipeline.caching that implement CacheKey
 class AbstractCacheKey
           
 class CompoundCacheKey
           
 class ExpiresCacheKey
          A cache key implementation that expires after a defined number of seconds.
 class InvalidCacheKey
           
 class ParameterCacheKey
          A CacheKey that contains a Map of parameters.
 class SimpleCacheKey
           
 class TimestampCacheKey
           
 

Methods in org.apache.cocoon.pipeline.caching that return CacheKey
protected  CacheKey AbstractCacheValue.getCacheKey()
           
 

Methods in org.apache.cocoon.pipeline.caching that return types with arguments of type CacheKey
 Set<CacheKey> Cache.keySet()
          Returns Set of CacheKey contained in this Cache
 Set<CacheKey> AbstractCache.keySet()
          Returns Set of CacheKey contained in this Cache
protected  Set<CacheKey> SimpleCache.retrieveKeySet()
          Actually retrieves the Set for CacheKey from underlying storage.
protected abstract  Set<CacheKey> AbstractCache.retrieveKeySet()
          Actually retrieves the Set for CacheKey from underlying storage.
 

Methods in org.apache.cocoon.pipeline.caching with parameters of type CacheKey
 void CompoundCacheKey.addCacheKey(CacheKey cacheKey)
           
protected  boolean SimpleCache.doRemove(CacheKey cacheKey)
          Actually removes cached data from underlying storage.
protected abstract  boolean AbstractCache.doRemove(CacheKey cacheKey)
          Actually removes cached data from underlying storage.
protected  void CacheRefreshManagerImpl.executeCacheRefreshJob(CacheRefreshJob cacheRefreshJob, CacheKey cacheKey)
           
 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.
 boolean TimestampCacheKey.isValid(CacheKey cacheKey)
           
 boolean SimpleCacheKey.isValid(CacheKey cacheKey)
           
 boolean ParameterCacheKey.isValid(CacheKey cacheKey)
          
 boolean InvalidCacheKey.isValid(CacheKey cacheKey)
           
 boolean ExpiresCacheKey.isValid(CacheKey cacheKey)
          
 boolean CompoundCacheKey.isValid(CacheKey cacheKey)
          
 boolean CacheValue.isValid(CacheKey cacheKey)
           
 boolean CacheKey.isValid(CacheKey cacheKey)
           
 boolean AbstractCacheValue.isValid(CacheKey otherCacheKey)
          
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.
 void CacheRefreshJob.refresh(CacheKey cacheKey)
           
 void CacheRefreshManagerImpl.refreshCacheValue(CacheKey cacheKey, CacheRefreshJob cacheRefreshJob)
          
 void CacheRefreshManager.refreshCacheValue(CacheKey cacheKey, CacheRefreshJob cacheRefreshJob)
           
 boolean Cache.remove(CacheKey cacheKey)
          Removes that CacheKey from this Cache.
 boolean AbstractCache.remove(CacheKey cacheKey)
          Removes that CacheKey from this Cache.
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.
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.
 

Constructors in org.apache.cocoon.pipeline.caching with parameters of type CacheKey
AbstractCacheValue(CacheKey cacheKey)
           
CompleteCacheValue(byte[] content, CacheKey cacheKey)
           
ExpiresCacheKey(CacheKey cacheKey, String expires)
           
ObjectCacheValue(Object value, CacheKey cacheKey)
           
 

Uses of CacheKey in org.apache.cocoon.pipeline.component
 

Methods in org.apache.cocoon.pipeline.component that return CacheKey
 CacheKey CachingPipelineComponent.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.profiling.component
 

Methods in org.apache.cocoon.profiling.component that return CacheKey
 CacheKey ProfilingPngSerializer.constructCacheKey()
           
 CacheKey ProfilingGenerator.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.rest.controller
 

Methods in org.apache.cocoon.rest.controller that return CacheKey
 CacheKey SpringRESTController.getCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.rest.controller.method
 

Methods in org.apache.cocoon.rest.controller.method that return CacheKey
 CacheKey ConditionalGet.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.sample.controller
 

Methods in org.apache.cocoon.sample.controller that return CacheKey
 CacheKey CacheableDemoRESTController.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.sample.generation
 

Methods in org.apache.cocoon.sample.generation that return CacheKey
 CacheKey CachingTimestampGenerator.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.sax.component
 

Methods in org.apache.cocoon.sax.component that return CacheKey
 CacheKey XMLSerializer.constructCacheKey()
           
 CacheKey XMLGenerator.constructCacheKey()
           
 CacheKey I18nTransformer.constructCacheKey()
           
 CacheKey CleaningTransformer.constructCacheKey()
           
 CacheKey AbstractLinkRewriterTransformer.constructCacheKey()
           
 

Uses of CacheKey in org.apache.cocoon.sitemap.component
 

Methods in org.apache.cocoon.sitemap.component that return CacheKey
 CacheKey FileReaderComponent.constructCacheKey()
          
 

Uses of CacheKey in org.apache.cocoon.stringtemplate
 

Methods in org.apache.cocoon.stringtemplate that return CacheKey
 CacheKey StringTemplateReader.constructCacheKey()
          
 CacheKey StringTemplateGenerator.constructCacheKey()
          
 



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