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

Method reclaimKey

output/java_guava/1.4.13/LocalCache.java:1922–1925  ·  view source on GitHub ↗
(ReferenceEntry<K, V> entry)

Source from the content-addressed store, hash-verified

1920
1921
1922 void reclaimKey(ReferenceEntry<K, V> entry) {
1923 int hash = entry.getHash();
1924 segmentFor(hash).reclaimKey(entry, hash);
1925 }
1926
1927 /**
1928 * This method is a convenience for testing. Code should call {@link Segment#getLiveValue}

Callers 1

refreshMethod · 0.45

Calls 2

getHashMethod · 0.65
segmentForMethod · 0.45

Tested by

no test coverage detected