Uses of Interface
fr.gouv.vitam.common.lru.InterfaceLruCache
-
Packages that use InterfaceLruCache Package Description fr.gouv.vitam.common.lru LRU HashMap implementation -
-
Uses of InterfaceLruCache in fr.gouv.vitam.common.lru
Classes in fr.gouv.vitam.common.lru that implement InterfaceLruCache Modifier and Type Class Description class
SynchronizedLruCache<K,V>
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
-