Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurableCacheMap.EvictionApprover |
ConfigurableCacheMap.EvictionApprover.DISAPPROVER
Never approving EvictionApprover.
|
protected ConfigurableCacheMap.EvictionApprover |
SerializationCache.m_apprvrEvict
The EvictionApprover.
|
protected ConfigurableCacheMap.EvictionApprover |
OldCache.m_apprvrEvict
Deprecated.
The EvictionApprover.
|
Modifier and Type | Method and Description |
---|---|
ConfigurableCacheMap.EvictionApprover |
SerializationCache.getEvictionApprover()
Obtain the registered EvictionApprover.
|
ConfigurableCacheMap.EvictionApprover |
ConfigurableCacheMap.getEvictionApprover()
Obtain the registered EvictionApprover.
|
ConfigurableCacheMap.EvictionApprover |
OldCache.getEvictionApprover()
Deprecated.
Obtain the registered EvictionApprover.
|
Modifier and Type | Method and Description |
---|---|
void |
SerializationCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Set the EvictionApprover for this ConfigurableCacheMap.
|
void |
ConfigurableCacheMap.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Set the EvictionApprover for this ConfigurableCacheMap.
|
void |
OldCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Deprecated.
Set the EvictionApprover for this ConfigurableCacheMap.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurableCacheMap.EvictionApprover |
ObservableSplittingBackingCache.m_apprvrEvict
An optional EvictionApprover registered with this cache.
|
Modifier and Type | Method and Description |
---|---|
ConfigurableCacheMap.EvictionApprover |
ObservableSplittingBackingCache.getEvictionApprover()
Obtain the registered EvictionApprover.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableSplittingBackingCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Set the EvictionApprover for this ConfigurableCacheMap.
|