| Interface | Description |
|---|---|
| Cacheable<T> |
| Class | Description |
|---|---|
| LRUMapCapacityBound<K,V> |
Finite capacity map with a Least Recent Used eviction policy
|
| LRUMapSizeBound<K,V extends Cacheable> |
Map witch evicts the least recently used element when a maximum size of stored element is reached.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.