| Package | Description | 
|---|---|
| org.apache.solr.search | 
| Modifier and Type | Method and Description | 
|---|---|
SolrCache.State | 
SolrCache.getState()
Returns the last State set on this instance 
 | 
SolrCache.State | 
LRUCache.getState()  | 
SolrCache.State | 
LFUCache.getState()  | 
SolrCache.State | 
FastLRUCache.getState()  | 
static SolrCache.State | 
SolrCache.State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SolrCache.State[] | 
SolrCache.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SolrCache.setState(SolrCache.State state)
Set different cache states. 
 | 
void | 
LRUCache.setState(SolrCache.State state)  | 
void | 
LFUCache.setState(SolrCache.State state)  | 
void | 
FastLRUCache.setState(SolrCache.State state)  |