Uses of Class
org.apache.solr.search.SolrCacheBase
-
Packages that use SolrCacheBase Package Description org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.store.blockcache An HDFS blockcache implementation. -
-
Uses of SolrCacheBase in org.apache.solr.search
Subclasses of SolrCacheBase in org.apache.solr.search Modifier and Type Class Description classCaffeineCache<K,V>A SolrCache backed by the Caffeine caching library [1].classFastLRUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classLRUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0. -
Uses of SolrCacheBase in org.apache.solr.store.blockcache
Subclasses of SolrCacheBase in org.apache.solr.store.blockcache Modifier and Type Class Description classMetricsASolrInfoBeanthat provides metrics on block cache operations.
-