Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.cache
Interface ConfigurableCacheMap.EvictionApprover

Enclosing interface:
ConfigurableCacheMap

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.


Method Summary
 boolean isEvictable(ConfigurableCacheMap.Entry entry)
          Get an eviction approval for the specified entry.

 

Method Detail

isEvictable

boolean isEvictable(ConfigurableCacheMap.Entry entry)
Get an eviction approval for the specified entry.
Parameters:
entry - the entry for which the underlying ConfigurableCacheMap is seeking an eviction approval
Returns:
true iff the specified entry is allowed to be evicted

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.