| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
Method Summary | |
---|---|
public
boolean | isInBackingMap()
|
public
Object | getKey()
Returns the key for the specific cache entry.
|
public
Object | getCommittedValue()
Returns the value for the specific cache entry.
|
public
long | getTTL()
Returns the time-to-live value for the specific cache entry.
|
public
long | getLastAccessTime()
Returns the last time the entry was touched.
|
public
Collection | getKeywords()
Return the list of keywords associated with the specific cache entry.
|
Method Detail |
public boolean isInBackingMap( | ) |
public Object getKey( | ) |
public Object getCommittedValue( | ) |
public long getTTL( | ) |
public long getLastAccessTime( | ) |
public Collection getKeywords( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |