Package net.dontdrinkandroot.cache.metadata.comparator.impl

Class Summary
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 © 2013 dontdrinkandroot. All Rights Reserved.