Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ usesWriteQueue
Method
usesWriteQueue
output/java_guava/1.4.13/LocalCache.java:334–336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
332
}
333
334
boolean usesWriteQueue() {
335
return
expiresAfterWrite();
336
}
337
338
boolean recordsWrite() {
339
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