Uses of Interface
org.cache2k.expiry.ExpiryTimeValues
-
Packages that use ExpiryTimeValues Package Description org.cache2k.expiry Set of interfaces for customizing the expiry behavior.org.cache2k.io Loader and writer to integrate with external data sources. -
-
Uses of ExpiryTimeValues in org.cache2k.expiry
Subinterfaces of ExpiryTimeValues in org.cache2k.expiry Modifier and Type Interface Description interface
ExpiryPolicy<K,V>
A custom policy which allows to calculate a dynamic expiry time for an entry after an insert or update.Classes in org.cache2k.expiry that implement ExpiryTimeValues Modifier and Type Class Description class
Expiry
Utility methods and constants to use inside expire policy or resilience policy. -
Uses of ExpiryTimeValues in org.cache2k.io
Subinterfaces of ExpiryTimeValues in org.cache2k.io Modifier and Type Interface Description interface
ResiliencePolicy<K,V>
Controls how to deal with loader exceptions in a read through configuration.
-