Interface | Description |
---|---|
LRUCachingMap<K,V> |
Generic LRUCachingMap interface definition.
|
LRUCachingMapConfiguration |
Interface for LRUCachingMapConfiguration
|
ValueManager<K,V> |
The interface ValueManagers, which handles how a Value (V) is stored.
|
Class | Description |
---|---|
AbstractValueWrapper<K,V> |
Wrapper class for a Value V.
|
DefaultLRUCachingMap<K,V> |
Default implementation of LRUCachingMap, still using K,V as Key and Value.
|
DefaultLRUCachingMapConfiguration |
The default implementation of LRUCachingMapConfiguration.
|
LRUCachingMapFactory |
Copyright © 2016. All rights reserved.