Uses of Class
org.apache.lucene.util.DoubleBarrelLRUCache.CloneableKey

Packages that use DoubleBarrelLRUCache.CloneableKey
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
 class DoubleBarrelLRUCache<K extends DoubleBarrelLRUCache.CloneableKey,V>
          Simple concurrent LRU cache, using a "double barrel" approach where two ConcurrentHashMaps record entries.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.