Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ refreshes
Method
refreshes
corpus/java/training/guava/cache/LocalCache.java:332–334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
330
}
331
332
boolean refreshes() {
333
return
refreshNanos > 0;
334
}
335
336
boolean usesAccessQueue() {
337
return
expiresAfterAccess() || evictsBySize();
Callers
2
recordsWrite
Method · 0.95
scheduleRefresh
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected