Package org.cache2k.expiry
Set of interfaces for customizing the expiry behavior.
- Author:
- Jens Wilke
-
Interface Summary Interface Description ExpiryPolicy<K,V> A custom policy which allows to calculate a dynamic expiry time for an entry after an insert or update.ExpiryTimeValues Expiry time values that have a special meaning.ValueWithExpiryTime Interface to add to a value object if it is possible to derive the expiry time from the value. -
Class Summary Class Description Expiry Utility methods and constants to use inside expire policy or resilience policy.