@ThreadSafe
public interface EvictionManager<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Deprecated.
This falls back to calling
ExpirationManager.isEnabled() |
void |
onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
Handles notifications of evicted entries
|
void |
processEviction()
Deprecated.
This falls back to calling
ExpirationManager.processExpiration() |
void processEviction()
ExpirationManager.processExpiration()
ExpirationManager
boolean isEnabled()
ExpirationManager.isEnabled()
ExpirationManager
void onEntryEviction(Map<? extends K,InternalCacheEntry<? extends K,? extends V>> evicted)
evicted
- The entries that were just evictedCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.