| java.lang.Object org.apache.cocoon.caching.CachedStreamObject
Constructor Summary | |
public | CachedStreamObject(Map validityObjects, byte[] response) Create a new entry for the cache. |
CachedStreamObject | public CachedStreamObject(Map validityObjects, byte[] response)(Code) | | Create a new entry for the cache.
Parameters: validityObjects - The CacheValidity objects hashed by theirComponentCacheKey Parameters: response - The cached response |
getResponse | public byte[] getResponse()(Code) | | Get the cached response.
The response |
|
|