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

Method toString

solr/core/src/test/org/apache/solr/search/ThinCache.java:389–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387 }
388
389 @Override
390 public String toString() {
391 String cacheName = name();
392 return cacheName != null ? cacheName : getClass().getSimpleName();
393 }
394
395 @Override
396 public int size() {

Callers

nothing calls this directly

Calls 2

nameMethod · 0.65
getSimpleNameMethod · 0.65

Tested by

no test coverage detected