@FunctionalInterface public interface MemoizeCache.ValueProvider<K, V>
Represents a provider used to create value
K
- type of the keyV
- type of the valueType Params | Return Type | Name and description |
---|---|---|
|
public V |
provide(K key) Provide the created value |