Uses of Class
org.apache.lucene.util.cache.Cache

Packages that use Cache
org.apache.lucene.util.cache   
 

Uses of Cache in org.apache.lucene.util.cache
 

Subclasses of Cache in org.apache.lucene.util.cache
 class SimpleLRUCache<K,V>
          Simple LRU cache implementation that uses a LinkedHashMap.
 class SimpleMapCache<K,V>
          Simple cache implementation that uses a HashMap to store (key, value) pairs.
 

Methods in org.apache.lucene.util.cache that return Cache
static
<K,V> Cache<K,V>
Cache.synchronizedCache(Cache<K,V> cache)
          Returns a thread-safe cache backed by the specified cache.
 

Methods in org.apache.lucene.util.cache with parameters of type Cache
static
<K,V> Cache<K,V>
Cache.synchronizedCache(Cache<K,V> cache)
          Returns a thread-safe cache backed by the specified cache.
 



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