public class CacheEntry extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CacheEntry(byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
private static final long serialVersionUID
protected byte[] content
public CacheEntry(byte[] content)
content - of the cache entrypublic byte[] getContent()