public interface EvictableIF<K,E>
Modifier and Type | Method and Description |
---|---|
void |
clear(boolean notifyCluster) |
E |
remove(K key,
boolean notifyCluster) |
void |
removeAll(Collection<K> keys,
boolean notifyCluster) |
void removeAll(Collection<K> keys, boolean notifyCluster)
void clear(boolean notifyCluster)