|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface ConfigurableCacheMap.EvictionApprover
EvictionApprover is used to approve the eviction of an entry from the underlying ConfigurableCacheMap. An approver could be configured on a ConfigurableCacheMap to provide fine-grained control over whether a particular entry is eligible for eviction.
| Field Summary | |
|---|---|
static ConfigurableCacheMap.EvictionApprover |
DISAPPROVERNever approving EvictionApprover. |
| Method Summary | |
|---|---|
boolean |
isEvictable(ConfigurableCacheMap.Entry entry)Get an eviction approval for the specified entry. |
| Field Detail |
|---|
static final ConfigurableCacheMap.EvictionApprover DISAPPROVER
| Method Detail |
|---|
boolean isEvictable(ConfigurableCacheMap.Entry entry)
entry - the entry for which the underlying ConfigurableCacheMap is seeking an eviction approval
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||