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