MCPcopy
hub / github.com/google/guava / refresh

Method refresh

guava/src/com/google/common/cache/LocalCache.java:4152–4155  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4150 }
4151
4152 void refresh(K key) {
4153 int hash = hash(checkNotNull(key));
4154 segmentFor(hash).refresh(key, hash, defaultLoader, false);
4155 }
4156
4157 @Override
4158 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