|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.cache.SerializationCache.EntryAttributes
protected class SerializationCache.EntryAttributes
A class that holds on to the expiry time and touch order for an entry.
Constructor Summary | |
---|---|
SerializationCache.EntryAttributes(long ldtExpires,
long nTouch)
Construct an attribute holder for an entry. |
Method Summary | |
---|---|
long |
getExpiryTime()
Determine the date/time at which the entry expires. |
long |
getTouchCount()
Determine the absolute order of the entry within in the LRU list. |
Constructor Detail |
---|
public SerializationCache.EntryAttributes(long ldtExpires, long nTouch)
ldtExpires
- the date/time at which the entry expires, or
zeronTouch
- the touch counter assigned to the entryMethod Detail |
---|
public long getExpiryTime()
public long getTouchCount()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |