|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.pipeline.caching.AbstractCacheValue org.apache.cocoon.pipeline.caching.CompleteCacheValue
public class CompleteCacheValue
Constructor Summary | |
---|---|
CompleteCacheValue(byte[] content,
CacheKey cacheKey)
|
Method Summary | |
---|---|
Object |
getValue()
|
void |
setValue(Object value)
Sets value of this cache |
double |
size()
Returns size of this CacheValue in bytes. |
String |
toString()
|
void |
writeTo(OutputStream outputStream)
|
Methods inherited from class org.apache.cocoon.pipeline.caching.AbstractCacheValue |
---|
getCacheKey, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompleteCacheValue(byte[] content, CacheKey cacheKey)
Method Detail |
---|
public Object getValue()
CacheValue.getValue()
public void setValue(Object value)
org.apache.cocoon.pipeline.caching.CacheValue#setValue()
public String toString()
toString
in class Object
public double size()
CacheValue
in bytes.
CacheValue.size()
public void writeTo(OutputStream outputStream) throws IOException
IOException
#writeTo(java.io.OutputStream)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |