|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaDataComparator | |
|---|---|
| net.dontdrinkandroot.cache.metadata.comparator.impl | |
| Uses of MetaDataComparator in net.dontdrinkandroot.cache.metadata.comparator.impl |
|---|
| Classes in net.dontdrinkandroot.cache.metadata.comparator.impl that implement MetaDataComparator | |
|---|---|
class |
LfuComparator<K,M extends MetaData>
Sorts items by ascending count, if the count is equal the older item is picked. |
class |
LruComparator<K,M extends MetaData>
Sorts items by ascending access time (older first), if the access time is equal the one with the lower count is picked. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||