Uses of Interface
org.apache.cocoon.caching.CacheValidity

Packages that use CacheValidity
org.apache.cocoon.caching   
org.apache.cocoon.generation   
org.apache.cocoon.transformation   
 

Uses of CacheValidity in org.apache.cocoon.caching
 

Classes in org.apache.cocoon.caching that implement CacheValidity
 class AggregatedCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class CompositeCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class DeltaTimeCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class IncludeCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class NOPCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class ParametersCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class SourceCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 class TimeStampCacheValidity
          Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
 

Fields in org.apache.cocoon.caching declared as CacheValidity
static CacheValidity NOPCacheValidity.CACHE_VALIDITY
          Deprecated.  
protected  CacheValidity CacheValidityToSourceValidity.cacheValidity
          Deprecated.  
 

Methods in org.apache.cocoon.caching that return CacheValidity
 CacheValidity Cacheable.generateValidity()
          Deprecated. Generate the validity object.
 CacheValidity CachedStreamObject.getCacheValidity(ComponentCacheKey componentKey)
          Deprecated. Get the validity object
 CacheValidity CachedEventObject.getCacheValidity(ComponentCacheKey componentKey)
          Deprecated. Get the validity object
 CacheValidity CompositeCacheValidity.getValidity1()
          Deprecated.  
 CacheValidity CompositeCacheValidity.getValidity2()
          Deprecated.  
 

Methods in org.apache.cocoon.caching with parameters of type CacheValidity
 void AggregatedCacheValidity.add(CacheValidity validity)
          Deprecated. Add another validity object
static CacheValidityToSourceValidity CacheValidityToSourceValidity.createValidity(CacheValidity validity)
          Deprecated. Create a new instance
 boolean AggregatedCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean DeltaTimeCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean ParametersCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean NOPCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean TimeStampCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean IncludeCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean CompositeCacheValidity.isValid(CacheValidity validity)
          Deprecated.  
 boolean CacheValidity.isValid(CacheValidity validity)
          Deprecated. Check if the component is still valid.
 boolean SourceCacheValidity.isValid(CacheValidity validity)
          Deprecated. Check if the component is still valid.
 boolean CachedStreamObject.isValid(ComponentCacheKey componentKey, CacheValidity componentValidity)
          Deprecated. Checks if the CacheValidity object is still valid.
 boolean CachedEventObject.isValid(ComponentCacheKey componentKey, CacheValidity componentValidity)
          Deprecated. Checks if the CacheValidity object is still valid.
 

Constructors in org.apache.cocoon.caching with parameters of type CacheValidity
CacheValidityToSourceValidity(CacheValidity validity)
          Deprecated. Constructor
CompositeCacheValidity(CacheValidity v1, CacheValidity v2)
          Deprecated. Constructor
 

Uses of CacheValidity in org.apache.cocoon.generation
 

Methods in org.apache.cocoon.generation that return CacheValidity
 CacheValidity AbstractServerPage.generateValidity()
          Generate the validity object.
 

Uses of CacheValidity in org.apache.cocoon.transformation
 

Methods in org.apache.cocoon.transformation that return CacheValidity
 CacheValidity CachingCIncludeTransformer.generateValidity()
          Deprecated. Generate the validity object.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.