public class LfuExpungeStrategy extends AbstractOneOverMaxSizeExpungeStrategy
ExpungeStrategy that triggers on each entry added over the max size and selects the least
frequently used entry.maxSize| Constructor and Description |
|---|
LfuExpungeStrategy(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
protected <K,M extends MetaData> |
getComparator() |
triggersgetMaxSize, getToExpungeMetaData, setMaxSizeprotected <K,M extends MetaData> Comparator<Map.Entry<K,M>> getComparator()
getComparator in class AbstractMaxSizeExpungeStrategyCopyright © 2013 dontdrinkandroot. All Rights Reserved.