Interface MemoizeCache.ValueProvider<K,V>
-
- Type Parameters:
K
- type of the keyV
- type of the value
- Enclosing interface:
- MemoizeCache<K,V>
public static interface MemoizeCache.ValueProvider<K,V>
Represents a provider used to create value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
provide(K key)
Provide the created value
-