Uses of Interface
org.ehcache.ValueSupplier
-
Packages that use ValueSupplier Package Description org.ehcache.expiry -
-
Uses of ValueSupplier in org.ehcache.expiry
Methods in org.ehcache.expiry with parameters of type ValueSupplier Modifier and Type Method Description DurationExpirations.BaseExpiry. getExpiryForAccess(K key, ValueSupplier<? extends V> value)Deprecated.DurationExpiry. getExpiryForAccess(K key, ValueSupplier<? extends V> value)Deprecated.DurationExpirations.BaseExpiry. getExpiryForUpdate(K key, ValueSupplier<? extends V> oldValue, V newValue)Deprecated.DurationExpiry. getExpiryForUpdate(K key, ValueSupplier<? extends V> oldValue, V newValue)Deprecated.
-