public static interface MemcacheService.ItemForPeek
...
Methods
getDeleteLockTimeSec()
public abstract Long getDeleteLockTimeSec()
Returns | |
---|---|
Type | Description |
Long |
the delete_time timestamp in unix epoch seconds resulting from setting the millisNoReAdd parameter of the item, or null if this item is not delete locked. |
getExpirationTimeSec()
public abstract Long getExpirationTimeSec()
Returns | |
---|---|
Type | Description |
Long |
the expiration timestamp of the item in unix epoch seconds, or null if this item has no expiration timestamp. |
getLastAccessTimeSec()
public abstract Long getLastAccessTimeSec()
Returns | |
---|---|
Type | Description |
Long |
the last accessed timestamp of the item in unix epoch seconds, or null if this item has no last access timestamp. |
getValue()
public abstract Object getValue()
Returns | |
---|---|
Type | Description |
Object |
the encapsulated value object. |