public interface EvictionChecker
Modifier and Type | Field and Description |
---|---|
static EvictionChecker |
EVICT_ALWAYS
Empty
EvictionChecker to allow eviction always. |
Modifier and Type | Method and Description |
---|---|
boolean |
isEvictionRequired()
Checks for if eviction is required or not.
|
static final EvictionChecker EVICT_ALWAYS
EvictionChecker to allow eviction always.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.