See: Description
Class | Description |
---|---|
LfuCache<K,V> |
Implementation of
Cache that uses the LFU algorithm as an eviction policy. |
LfuNode<K> |
Represents a node that can be used as a key for
TreeMap . |
Copyright © 2016 Egothor. All Rights Reserved.