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_LISTENEREmpty  EvictionListener | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onEvict(A evictedEntryAccessor,
       E evictedEntry,
       boolean wasExpired)Called when an  Evictableentry is evicted. | 
static final EvictionListener NO_LISTENER
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.