V - Type of a value.@FunctionalInterface public interface LRUCacheExpirationListener<V>
| Modifier and Type | Method and Description |
|---|---|
void |
entryExpired(V val)
Handles entry expiration, is called before value is moved from cache.
|
void entryExpired(V val)
val - Value to be expired and removed.
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024