public static interface ConfigurableCacheMap.EvictionApprover
| Modifier and Type | Field and Description |
|---|---|
static ConfigurableCacheMap.EvictionApprover |
DISAPPROVER
Never approving EvictionApprover.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEvictable(ConfigurableCacheMap.Entry entry)
Get an eviction approval for the specified entry.
|
static final ConfigurableCacheMap.EvictionApprover DISAPPROVER
boolean isEvictable(ConfigurableCacheMap.Entry entry)
entry - the entry for which the underlying ConfigurableCacheMap is seeking an eviction approval