| Package | Description |
|---|---|
| net.dontdrinkandroot.cache.metadata.comparator.impl |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2012. All Rights Reserved.