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

Method refresh

output/java_guava/1.4.17/LocalCache.java:4165–4168  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4163 }
4164
4165 void refresh(K key) {
4166 int hash = hash(checkNotNull(key));
4167 segmentFor(hash).refresh(key, hash, defaultLoader, false);
4168 }
4169
4170 @Override
4171 public boolean containsKey(@Nullable Object key) {

Callers

nothing calls this directly

Calls 4

hashMethod · 0.95
segmentForMethod · 0.95
refreshMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected