MCPcopy Create free account
hub / github.com/antlr/codebuff / getValueStrength

Method getValueStrength

output/java_guava/1.4.18/CacheBuilder.java:606–608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604 }
605
606 Strength getValueStrength() {
607 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG);
608 }
609
610 /**
611 * Specifies that each entry should be automatically removed from the cache once a fixed duration

Callers 1

getValueEquivalenceMethod · 0.95

Calls 1

firstNonNullMethod · 0.95

Tested by

no test coverage detected