public interface ICache
NOTE These caches are not expected to be used outside query backend implementations
Modifier and Type | Method and Description |
---|---|
<T> T |
getValue(java.lang.Object key,
java.lang.Class<? extends T> clazz,
java.util.function.Supplier<T> valueProvider)
Return a selected value for the key object.
|