| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.TTLType
setTtlEvictorType(TTLType)
Field Summary | |
---|---|
public TTLType | NONE
A TTLType.NONE indicates an entry has no expiration time and .
|
public TTLType | CREATION_TIME
A TTLType.CREATION_TIME indicates an entry expiration time is the sum.
|
public TTLType | LAST_ACCESS_TIME
A TTLType.LAST_ACCESS_TIME indicates an entry expiration time is the sum.
|
Method Summary | |
---|---|
public
String | toString()
Returns a string representation of the TTLType .
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static NONE
public static CREATION_TIME
public static LAST_ACCESS_TIME
Method Detail |
public String toString( | ) |
TTLType
.
TTLType
.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |