|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheEntry
This interface represents a cache entry in an ObjectGrid map.
Method Summary | |
---|---|
java.lang.Object |
getCommittedValue()
Returns the committed value for this entry. |
java.lang.Object |
getKey()
Returns the key for this entry. |
java.util.Collection |
getKeywords()
Returns the list of keywords associated with this entry. |
long |
getLastAccessTime()
Returns the last time this entry was accessed. |
long |
getTTL()
Returns the time-to-live value for this entry. |
boolean |
isInBackingMap()
Indicates whether this entry is in the BackingMap |
Method Detail |
---|
boolean isInBackingMap()
BackingMap
true
if this element is in the BackingMapjava.lang.Object getKey()
java.lang.Object getCommittedValue()
long getTTL()
long getLastAccessTime()
java.util.Collection getKeywords()
|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |