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