Package com.webmethods.portal.mech.cache
Interface IPresentationCacheContent
- All Superinterfaces:
Serializable
Content entry value cached by presentation cache.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
boolean
void
read
(InputStream in) void
void
setCompressed
(boolean isCompressed) void
setContent
(byte[] content) void
write
(OutputStream out) void
-
Method Details
-
isCompressed
boolean isCompressed() -
setCompressed
void setCompressed(boolean isCompressed) -
getContent
byte[] getContent() -
setContent
void setContent(byte[] content) -
write
- Throws:
IOException
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-