public static interface LocalCache.Element
| Modifier and Type | Method and Description |
|---|---|
long |
getLastValidityTimestamp()
time when this will be no longer valid.
|
default Object |
getValue() |
<T> T |
getValue(Class<T> expectedType)
Get the cached object.
|
<T> T getValue(Class<T> expectedType)
T - : Type.expectedType - : expected type of object.long getLastValidityTimestamp()
1.1.23-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation