Uses of Interface
org.cache2k.expiry.ExpiryPolicy
-
Packages that use ExpiryPolicy Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of ExpiryPolicy in org.cache2k
Methods in org.cache2k with parameters of type ExpiryPolicy Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. expiryPolicy(ExpiryPolicy<? super K,? super V> c)
Set expiry policy to use. -
Uses of ExpiryPolicy in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type ExpiryPolicy Modifier and Type Method Description @Nullable CustomizationSupplier<? extends ExpiryPolicy<? super K,? super V>>
Cache2kConfig. getExpiryPolicy()
Method parameters in org.cache2k.config with type arguments of type ExpiryPolicy Modifier and Type Method Description void
Cache2kConfig. setExpiryPolicy(@Nullable CustomizationSupplier<? extends ExpiryPolicy<? super K,? super V>> v)
-