| Class | Description |
|---|---|
| LfuComparator<K,M extends MetaData> |
Sorts items by ascending count, if the count is equal the older item is picked.
|
| 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.
|
Copyright © 2014 dontdrinkandroot. All rights reserved.