public class InfinispanCacheEntry extends Object implements Serializable
ICacheStoreComponent.| Constructor and Description |
|---|
InfinispanCacheEntry()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
long |
getExpiresOn() |
Object |
getHead() |
void |
setData(byte[] data) |
void |
setExpiresOn(long expiresOn) |
void |
setHead(Object head) |
public long getExpiresOn()
public void setExpiresOn(long expiresOn)
expiresOn - the expiresOn to setpublic Object getHead()
public void setHead(Object head)
head - the head to setpublic byte[] getData()
public void setData(byte[] data)
data - the data to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.