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

Method recordsTime

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

Source from the content-addressed store, hash-verified

344 }
345
346 boolean recordsTime() {
347 return recordsWrite() || recordsAccess();
348 }
349
350 boolean usesWriteEntries() {
351 return usesWriteQueue() || recordsWrite();

Callers 1

LocalCacheMethod · 0.95

Calls 2

recordsWriteMethod · 0.95
recordsAccessMethod · 0.95

Tested by

no test coverage detected