| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   com.tangosol.util.Base
com.tangosol.util.Base
       com.tangosol.net.cache.SerializationCache.EntryAttributes
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, int cUnits)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. | 
|  int | getUnits()Determine the number of units of storage used by the entry. | 
| Constructor Detail | 
|---|
public SerializationCache.EntryAttributes(long ldtExpires,
                                          long nTouch,
                                          int cUnits)
ldtExpires - the date/time at which the entry expires, or zeronTouch - the touch counter assigned to the entrycUnits - the number of storage units used by the entry| Method Detail | 
|---|
public long getExpiryTime()
public long getTouchCount()
public int getUnits()
| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||