Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ usesWriteQueue
Method
usesWriteQueue
output/java_guava/1.4.16/LocalCache.java:337–339 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
335
}
336
337
boolean usesWriteQueue() {
338
return
expiresAfterWrite();
339
}
340
341
boolean recordsWrite() {
342
return
expiresAfterWrite() || refreshes();
Callers
2
usesWriteEntries
Method · 0.95
Segment
Method · 0.45
Calls
1
expiresAfterWrite
Method · 0.95
Tested by
no test coverage detected