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

Method getValueStrength

output/java_guava/1.4.19/CacheBuilder.java:609–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607 }
608
609 Strength getValueStrength() {
610 return MoreObjects.firstNonNull(valueStrength, Strength.STRONG);
611 }
612
613 /**
614 * 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