public interface IEvictionChain
Modifier and Type | Method and Description |
---|---|
Iterator<EvictableServerEntry> |
evictionCandidates() |
void |
insert(EvictableServerEntry entry) |
boolean |
isEvictable(EvictableServerEntry entry) |
boolean |
remove(EvictableServerEntry entry) |
boolean |
touch(EvictableServerEntry entry) |
void insert(EvictableServerEntry entry)
boolean remove(EvictableServerEntry entry)
boolean touch(EvictableServerEntry entry)
Iterator<EvictableServerEntry> evictionCandidates()
boolean isEvictable(EvictableServerEntry entry)
Copyright © GigaSpaces.