Interface IEvictionChain
- All Known Implementing Classes:
ChainSegment,ChainsSegments
public interface IEvictionChain
chain used for lru or fifo eviction
- Since:
- 7.0
- Author:
- Yechiel Feffer
-
Method Summary
Modifier and TypeMethodDescriptionvoidinsert(EvictableServerEntry entry) booleanisEvictable(EvictableServerEntry entry) booleanremove(EvictableServerEntry entry) booleantouch(EvictableServerEntry entry)
-
Method Details
-
insert
-
remove
-
touch
-
evictionCandidates
Iterator<EvictableServerEntry> evictionCandidates() -
isEvictable
-