MCPcopy Create free account
hub / github.com/apache/solr / remove

Method remove

solr/core/src/java/org/apache/solr/search/SolrCache.java:91–91  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

89 public V get(K key);
90
91 public V remove(K key);
92
93 /**
94 * Get an existing element or atomically compute it if missing.

Calls

no outgoing calls