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 |
getRefreshTime() |
V |
getValueOrException()
Associated value or the
ExceptionWrapper |
K getKey()
V getValueOrException()
ExceptionWrapperlong getRefreshTime()
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.