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

Packages that use CachedResponse
org.apache.cocoon.caching   
org.apache.cocoon.caching.impl   
org.apache.cocoon.components.pipeline.impl   
org.apache.cocoon.components.source.impl   
 

Uses of CachedResponse in org.apache.cocoon.caching
 

Methods in org.apache.cocoon.caching that return CachedResponse
 CachedResponse Cache.get(Serializable key)
          Get a cached response.
 

Methods in org.apache.cocoon.caching with parameters of type CachedResponse
 void Cache.store(Serializable key, CachedResponse response)
          Store a cached response
 

Uses of CachedResponse in org.apache.cocoon.caching.impl
 

Methods in org.apache.cocoon.caching.impl that return CachedResponse
 CachedResponse CacheImpl.get(Serializable key)
          Get a cached response.
 

Methods in org.apache.cocoon.caching.impl with parameters of type CachedResponse
 void CacheImpl.store(Serializable key, CachedResponse response)
          Store a cached response
 void EventAwareCacheImpl.store(Serializable key, CachedResponse response)
          When a new Pipeline key is stored, it needs to have it's SourceValidity objects examined.
 

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

Fields in org.apache.cocoon.components.pipeline.impl declared as CachedResponse
protected  CachedResponse AbstractCachingProcessingPipeline.cachedResponse
          The cached response
protected  CachedResponse ExpiresCachingProcessingPipeline.cachedResponse
          The cached response
 

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

Subclasses of CachedResponse in org.apache.cocoon.components.source.impl
 class CachedSourceResponse
          Cached response for caching Source contents and extra meta information.
 



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