Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ usesWriteQueue
Method
usesWriteQueue
corpus/java/training/guava/cache/LocalCache.java:340–342 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
338
}
339
340
boolean usesWriteQueue() {
341
return
expiresAfterWrite();
342
}
343
344
boolean recordsWrite() {
345
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