Uses of Class
org.apache.lucene.util.DoubleBarrelLRUCache.CloneableKey
-
Packages that use DoubleBarrelLRUCache.CloneableKey Package Description org.apache.lucene.util Some utility classes. -
-
Uses of DoubleBarrelLRUCache.CloneableKey in org.apache.lucene.util
Classes in org.apache.lucene.util with type parameters of type DoubleBarrelLRUCache.CloneableKey Modifier and Type Class Description class
DoubleBarrelLRUCache<K extends DoubleBarrelLRUCache.CloneableKey,V>
Simple concurrent LRU cache, using a "double barrel" approach where two ConcurrentHashMaps record entries.Methods in org.apache.lucene.util that return DoubleBarrelLRUCache.CloneableKey Modifier and Type Method Description abstract DoubleBarrelLRUCache.CloneableKey
DoubleBarrelLRUCache.CloneableKey. clone()
-