A
- Type of the accessorE
- Type of the Evictable
valuepublic interface EvictionListener<A,E extends Evictable>
Modifier and Type | Field and Description |
---|---|
static EvictionListener |
NO_LISTENER
Empty EvictionListener
|
Modifier and Type | Method and Description |
---|---|
void |
onEvict(A evictedEntryAccessor,
E evictedEntry,
boolean wasExpired)
Called when an
Evictable entry is evicted. |
static final EvictionListener NO_LISTENER
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.