Uses of Class
org.apache.cocoon.caching.IdentifierCacheKey

Packages that use IdentifierCacheKey
org.apache.cocoon.components.pipeline.impl   
org.apache.cocoon.components.source.impl   
 

Uses of IdentifierCacheKey in org.apache.cocoon.components.pipeline.impl
 

Fields in org.apache.cocoon.components.pipeline.impl declared as IdentifierCacheKey
protected  IdentifierCacheKey ExpiresCachingProcessingPipeline.cacheKey
          The key used for caching
 

Uses of IdentifierCacheKey in org.apache.cocoon.components.source.impl
 

Fields in org.apache.cocoon.components.source.impl declared as IdentifierCacheKey
protected  IdentifierCacheKey CachingSource.cacheKey
          The key used in the store
 

Methods in org.apache.cocoon.components.source.impl that return IdentifierCacheKey
protected  IdentifierCacheKey CachingSource.getCacheKey()
          Return the used key.
 

Methods in org.apache.cocoon.components.source.impl with parameters of type IdentifierCacheKey
 void Refresher.refresh(IdentifierCacheKey cacheKey, String uri, String cacheRole, Parameters params)
          Add a uri to the Refresher.
 void DelayRefresher.refresh(IdentifierCacheKey cacheKey, String uri, String cacheRole, Parameters parameters)
           
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.