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
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.