Interface MemcacheService.ItemForPeek (2.0.0)

public static interface MemcacheService.ItemForPeek

...

Methods

getDeleteLockTimeSec()

public abstract Long getDeleteLockTimeSec()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Object

the encapsulated value object.