public interface ExaminationEntry<K,V>
This interface is used to make sure the operation semantics pass on the valueOrException property as result, which is needed to propagate the exception correctly.
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Associated key
|
long |
getLastModification() |
V |
getValueOrException()
Associated value or the
ExceptionWrapper |
boolean |
isStable()
Entry is locked and does not need synchronization to read values consistently
|
K getKey()
V getValueOrException()
ExceptionWrapper
long getLastModification()
boolean isStable()
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.