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

Method expiresAfterAccess

output/java_guava/1.4.16/LocalCache.java:325–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 }
324
325 boolean expiresAfterAccess() {
326 return expireAfterAccessNanos > 0;
327 }
328
329 boolean refreshes() {
330 return refreshNanos > 0;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected