V - the value typeSupplier for ExpiryPolicy@Deprecated
 @FunctionalInterface
public interface ValueSupplier<V>
ValueSupplier represents an indirect way to access a value.
 This indicates that the value needs to be computed before it can be retrieved, such as deserialization.
| Modifier and Type | Method and Description | 
|---|---|
| V | value()Deprecated.  Computes the value behind this instance. | 
V value()