|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EvictableStore<A,E extends Evictable>
Interface for store implementations that holds Evictable
entries to evict.
Method Summary | ||
---|---|---|
|
evict(Iterable<C> evictionCandidates)
The evict method is called by the EvictionStrategy to eventually evict, by the policy, selected
candidates from the internal data structures. |
Method Detail |
---|
<C extends EvictionCandidate<A,E>> int evict(Iterable<C> evictionCandidates)
EvictionStrategy
to eventually evict, by the policy, selected
candidates from the internal data structures.
evictionCandidates
- Multiple EvictionCandidate
to be evicted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |