public final class CacheEntry extends Object implements Serializable
Constructor and Description |
---|
CacheEntry() |
CacheEntry(OID oid,
Object[] entry,
long timeStamp) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getEntry()
Get actual data to be cached.
|
OID |
getOID()
Get OID of the entry to be cached.
|
long |
getTimeStamp()
Get associated time stamp.
|
void |
setEntry(Object[] entry)
Set actual data to be cached.
|
void |
setOID(OID oid)
Set OID of the entry to be cached.
|
void |
setTimeStamp(long stamp)
Set associated time stamp.
|
public OID getOID()
public void setOID(OID oid)
oid
- OID of the entry to be cached.public Object[] getEntry()
public void setEntry(Object[] entry)
entry
- Actual data to be cached.public long getTimeStamp()
public void setTimeStamp(long stamp)
stamp
- Associated time stamp.Copyright © 2013. All rights reserved.