Class | Description |
---|---|
Event<K> | |
LRUCache<K,V> |
An lru cache based on Java's LinkedHashMap.
|
LRUCacheTest | |
Simulator | |
T_Entry<K> | |
T_LRUCache<K> |
This is an alternative (slower) implementation of LRUCache for testing
purposes.
|
X_LRUCache<K,V> |
An lru cache based on Java's LinkedHashMap.
|
Copyright © 2005–2018 QOS.ch. All rights reserved.