This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.cocoon.caching.CachedResponse (Cocoon Pipeline API 1.0.0 API)

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

Packages that use CachedResponse
org.apache.cocoon.caching   
 

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
 



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