public interface StorageEntry
Modifier and Type | Method and Description |
---|---|
long |
getCreatedOrUpdated()
Time the entry was last fetched or created from the original source
|
long |
getEntryExpiryTime()
Expiry time of the storage entry.
|
Object |
getKey()
Key of the stored entry
|
long |
getValueExpiryTime()
Time when the value is expired and is not allowed to be returned any more.
|
Object |
getValueOrException()
Value of the stored entry
|
Object getKey()
Object getValueOrException()
long getCreatedOrUpdated()
long getValueExpiryTime()
long getEntryExpiryTime()
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.