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