List of usage examples for org.apache.solr.search SolrCache interface-usage
From source file org.alfresco.solr.ArrayListCache.java
/**
* Solr cache supporting the reuse of {@link ResizeableArrayList} objects across cache instances.
*
* Entries are stored in a persistence object when the cache is closed, and can then be reused when a new cache is created.
*
* @author Alex Miller