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

Method expiresAfterAccess

output/java_guava/1.4.13/LocalCache.java:322–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 }
321
322 boolean expiresAfterAccess() {
323 return expireAfterAccessNanos > 0;
324 }
325
326 boolean refreshes() {
327 return refreshNanos > 0;

Callers 4

expiresMethod · 0.95
usesAccessQueueMethod · 0.95
recordsAccessMethod · 0.95
isExpiredMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected