public interface CustomExpiry<K,V> extends CacheCallback
custom-expiry
element must honor. It determines the
expiration characteristics for a specific entry in a region.
Note that if you wish to refer to an implementation of this interface in XML, the implementation must also implement the Declarable interface.
Modifier and Type | Method and Description |
---|---|
ExpirationAttributes |
getExpiry(Region.Entry<K,V> entry)
Calculate the expiration for a given entry.
|
close
init, initialize
ExpirationAttributes getExpiry(Region.Entry<K,V> entry)
The entry parameter should not be used after this method invocation completes.
entry
- the entry to calculate the expiration for