Package | Description |
---|---|
org.apache.lucene.util.cache |
Modifier and Type | Class and Description |
---|---|
class |
SimpleLRUCache
Simple LRU cache implementation that uses a LinkedHashMap.
|
class |
SimpleMapCache
Simple cache implementation that uses a HashMap to store (key, value) pairs.
|
Modifier and Type | Method and Description |
---|---|
static Cache |
Cache.synchronizedCache(Cache cache)
Returns a thread-safe cache backed by the specified cache.
|
Modifier and Type | Method and Description |
---|---|
static Cache |
Cache.synchronizedCache(Cache cache)
Returns a thread-safe cache backed by the specified cache.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.