Uses of Interface
org.apache.solr.search.SolrCache

Packages that use SolrCache
org.apache.solr.search   
org.apache.solr.util   
 

Uses of SolrCache in org.apache.solr.search
 

Classes in org.apache.solr.search that implement SolrCache
 class LRUCache
           
 

Methods in org.apache.solr.search that return SolrCache
 SolrCache SolrIndexSearcher.getCache(String cacheName)
          return the named generic cache
 

Methods in org.apache.solr.search with parameters of type SolrCache
 boolean CacheRegenerator.regenerateItem(SolrIndexSearcher newSearcher, SolrCache newCache, SolrCache oldCache, Object oldKey, Object oldVal)
          Regenerate an old cache item and insert it into newCache
 void LRUCache.warm(SolrIndexSearcher searcher, SolrCache old)
           
 void SolrCache.warm(SolrIndexSearcher searcher, SolrCache old)
          Warm this cache associated with searcher using the old cache object.
 

Uses of SolrCache in org.apache.solr.util
 

Methods in org.apache.solr.util with parameters of type SolrCache
 boolean SolrPluginUtils.IdentityRegenerator.regenerateItem(SolrIndexSearcher newSearcher, SolrCache newCache, SolrCache oldCache, Object oldKey, Object oldVal)
           
 



Copyright © 2006 - 2009 The Apache Software Foundation