Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleBarrelLRUCache<K extends DoubleBarrelLRUCache.CloneableKey,V>
Simple concurrent LRU cache, using a "double barrel"
approach where two ConcurrentHashMaps record entries.
|
Modifier and Type | Method and Description |
---|---|
abstract DoubleBarrelLRUCache.CloneableKey |
DoubleBarrelLRUCache.CloneableKey.clone() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.