IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.plugins
CacheEntry

All Implemented Interfaces
Serializable


This interface represents a cache entry in an ObjectGrid map.


Method Summary
public  booleanisInBackingMap()
          
public  ObjectgetKey()
           Returns the key for the specific cache entry.
public  ObjectgetCommittedValue()
           Returns the value for the specific cache entry.
public  longgetTTL()
           Returns the time-to-live value for the specific cache entry.
public  longgetLastAccessTime()
           Returns the last time the entry was touched.
public  CollectiongetKeywords()
           Return the list of keywords associated with the specific cache entry.

Method Detail

isInBackingMap

public boolean isInBackingMap()


Returns:
     Returns true if this element is in the BackingMap


getKey

public Object getKey()
Returns the key for the specific cache entry.


Returns:
     Object key


getCommittedValue

public Object getCommittedValue()
Returns the value for the specific cache entry.


Returns:
     Object value


getTTL

public long getTTL()
Returns the time-to-live value for the specific cache entry.


Returns:
     long time-to-live value


getLastAccessTime

public long getLastAccessTime()
Returns the last time the entry was touched.


Returns:
     last access time.


getKeywords

public Collection getKeywords()
Return the list of keywords associated with the specific cache entry.


Returns:
     List of keywords


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1