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

Method refresh

output/java_guava/1.4.13/LocalCache.java:4148–4151  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4146
4147
4148 void refresh(K key) {
4149 int hash = hash(checkNotNull(key));
4150 segmentFor(hash).refresh(key, hash, defaultLoader, false);
4151 }
4152
4153 @Override
4154 public boolean containsKey(@Nullable Object key) {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected