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

Method recordsTime

output/java_guava/1.4.17/LocalCache.java:349–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 }
348
349 boolean recordsTime() {
350 return recordsWrite() || recordsAccess();
351 }
352
353 boolean usesWriteEntries() {
354 return usesWriteQueue() || recordsWrite();

Callers 1

LocalCacheMethod · 0.95

Calls 2

recordsWriteMethod · 0.95
recordsAccessMethod · 0.95

Tested by

no test coverage detected