Package | Description |
---|---|
org.egothor.cache.lfu |
Provides classes that help implementing a cache using LFU algorithm as an eviction policy.
|
Modifier and Type | Method and Description |
---|---|
int |
LfuNode.compareTo(LfuNode<K> node)
Compares this node with the specified node.
|
Copyright © 2016 Egothor. All Rights Reserved.