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

Method isActive

corpus/java/training/guava/cache/LocalCache.java:685–685  ·  view source on GitHub ↗

Returns true if this reference contains an active value, meaning one that is still considered present in the cache. Active values consist of live values, which are returned by cache lookups, and dead values, which have been evicted but awaiting removal. Non-active values consist strictly of loading

()

Source from the content-addressed store, hash-verified

683 * loading.
684 */
685 boolean isActive();
686 }
687
688 /**

Callers 15

copyEntryMethod · 0.65
putMethod · 0.65
replaceMethod · 0.65
removeMethod · 0.65
storeLoadedValueMethod · 0.65
clearMethod · 0.65
removeLoadingValueMethod · 0.65
isActiveMethod · 0.65
copyEntryMethod · 0.65
refreshMethod · 0.65
isActiveMethod · 0.65
copyEntryMethod · 0.65

Implementers 4

StrongValueReferenceoutput/java_guava/1.4.17/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.19/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.16/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.18/MapMakerInter

Calls

no outgoing calls

Tested by

no test coverage detected