Package fr.gouv.vitam.common.lru
LRU HashMap implementation
-
Interface Summary Interface Description InterfaceLruCache<K,V> LRU cache interface.InterfaceLruCacheEntry<V> Cache Entry interface author Damian Momot -
Class Summary Class Description SynchronizedLruCache<K,V> Threadsafe synchronized implementation of LruCache based on LinkedHashMap.