Name the Cache can be referenced with by SolrRequestHandlers. This method must return the identifier that the Cache instance expects SolrRequestHandlers to use when requesting access to it from the SolrIndexSearcher. It is strongly recommended that this method return the value o
()
| 75 | * <p>:TODO: verify this. |
| 76 | */ |
| 77 | public String name(); |
| 78 | |
| 79 | // Should SolrCache just extend the java.util.Map interface? |
| 80 | // Following the conventions of the java.util.Map interface in any case. |
no outgoing calls