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
          Simple LRU cache implementation that uses a LinkedHashMap.
 class SimpleMapCache
          Simple cache implementation that uses a HashMap to store (key, value) pairs.
 

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

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



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