Uses of Class
com.sun.labs.minion.util.LRACache

Packages that use LRACache
com.sun.labs.minion.indexer.dictionary Provides the classes that implement the dictionaries used by the indexer and the retrieval engine. 
com.sun.labs.minion.retrieval.cache   
 

Uses of LRACache in com.sun.labs.minion.indexer.dictionary
 

Fields in com.sun.labs.minion.indexer.dictionary declared as LRACache
protected  LRACache<java.lang.Object,QueryEntry> DiskDictionary.nameCache
          A cache from entry name to a query entry.
protected  LRACache<java.lang.Integer,java.lang.Object> DiskDictionary.posnCache
          A cache from position to entry names used during binary searches for terms.
 

Uses of LRACache in com.sun.labs.minion.retrieval.cache
 

Subclasses of LRACache in com.sun.labs.minion.retrieval.cache
 class DocCache
          An LRA cache of terms and their associated postings.