public final class CacheValue extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGzippedContent() |
String |
getHash() |
String |
getRawContent() |
void |
setHash(String hash) |
void |
setRawContent(String rawContent) |
String |
toString() |
static CacheValue |
valueOf(String rawContent,
String hash)
Factory method.
|
public static final CacheValue valueOf(String rawContent, String hash)
CacheValue based on supplied values.public String getRawContent()
public void setRawContent(String rawContent)
rawContent - the content to setpublic String getHash()
public void setHash(String hash)
hash - the hash to setpublic byte[] getGzippedContent()
Copyright © 2008-2014. All Rights Reserved.