Uses of Interface
fr.gouv.vitam.common.lru.InterfaceLruCacheEntry
-
Packages that use InterfaceLruCacheEntry Package Description fr.gouv.vitam.common.lru LRU HashMap implementation -
-
Uses of InterfaceLruCacheEntry in fr.gouv.vitam.common.lru
Methods in fr.gouv.vitam.common.lru that return InterfaceLruCacheEntry Modifier and Type Method Description protected InterfaceLruCacheEntry<V>
SynchronizedLruCache. getEntry(K key)
Methods in fr.gouv.vitam.common.lru with parameters of type InterfaceLruCacheEntry Modifier and Type Method Description protected void
SynchronizedLruCache. putEntry(K key, InterfaceLruCacheEntry<V> entry)
-