| Package | Description |
|---|---|
| org.egothor.cache.lfu |
Provides classes that help implementing a cache using LFU algorithm as an eviction policy.
|
| org.egothor.cache.lruk |
Provides classes that help implementing a cache using LRU-K algorithm as an eviction policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LfuNode<K>
Represents a node that can be used as a key for
TreeMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
LruKNode<K>
Represents a node that can be used as a key for
TreeMap. |
Copyright © 2016 Egothor. All Rights Reserved.