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

Method recordsAccess

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

Source from the content-addressed store, hash-verified

340 }
341
342 boolean recordsAccess() {
343 return expiresAfterAccess();
344 }
345
346 boolean recordsTime() {
347 return recordsWrite() || recordsAccess();

Callers 3

recordsTimeMethod · 0.95
usesAccessEntriesMethod · 0.95
refreshMethod · 0.45

Calls 1

expiresAfterAccessMethod · 0.95

Tested by

no test coverage detected