Interface | Description |
---|---|
InterfaceLruCache<K,V> |
LRU cache interface.
|
InterfaceLruCacheEntry<V> |
Cache Entry interface
author Damian Momot
|
Class | Description |
---|---|
SynchronizedLruCache<K,V> |
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
|
Copyright © 2018 Vitam. All rights reserved.