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

Method reclaimKey

guava/src/com/google/common/cache/LocalCache.java:1739–1742  ·  view source on GitHub ↗
(ReferenceEntry<K, V> entry)

Source from the content-addressed store, hash-verified

1737 }
1738
1739 void reclaimKey(ReferenceEntry<K, V> entry) {
1740 int hash = entry.getHash();
1741 segmentFor(hash).reclaimKey(entry, hash);
1742 }
1743
1744 /**
1745 * This method is a convenience for testing. Code should call {@link Segment#getLiveValue}

Callers 2

testReclaimKeyMethod · 0.45

Calls 2

segmentForMethod · 0.95
getHashMethod · 0.65

Tested by 1

testReclaimKeyMethod · 0.36