|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtCacheEntry<K,V>
Provides additional information about an entry in a Cache.
| Method Summary | |
|---|---|
long |
getAccessedExpireTimeout()
Returns the idle timeout |
HashKey |
getKeyHash()
Returns the key hash for the current entry. |
long |
getLastAccessedTime()
|
long |
getLastModifiedTime()
Returns the last update time. |
int |
getLeaseOwner()
Returns the lease owner |
long |
getLeaseTimeout()
Returns the lease timeout |
int |
getLoadCount()
Returns the load count. |
long |
getModifiedExpireTimeout()
Returns the expire timeout. |
int |
getUserFlags()
|
V |
getValue()
Returns the item's value |
HashKey |
getValueHashKey()
Returns the value key |
long |
getValueLength()
Returns the value length |
long |
getVersion()
|
boolean |
isExpired(long now)
Returns true when the entry is expired. |
boolean |
isValid()
|
boolean |
isValueNull()
Returns true for a null entry |
| Methods inherited from interface javax.cache.Cache.Entry |
|---|
getKey |
| Method Detail |
|---|
HashKey getKeyHash()
boolean isValueNull()
V getValue()
getValue in interface Cache.Entry<K,V>HashKey getValueHashKey()
long getValueLength()
long getAccessedExpireTimeout()
long getModifiedExpireTimeout()
long getLeaseTimeout()
long getLastAccessedTime()
long getLastModifiedTime()
boolean isExpired(long now)
int getLeaseOwner()
boolean isValid()
int getLoadCount()
int getUserFlags()
long getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||