Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ cleanUp
Method
cleanUp
corpus/java/training/guava/cache/LocalCache.java:3541–3545 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3539
}
3540
3541
void
cleanUp() {
3542
long now = map.ticker.read();
3543
runLockedCleanup(now);
3544
runUnlockedCleanup();
3545
}
3546
3547
void
runLockedCleanup(long now) {
3548
if
(tryLock()) {
Callers
1
postReadCleanup
Method · 0.95
Calls
3
runLockedCleanup
Method · 0.95
runUnlockedCleanup
Method · 0.95
read
Method · 0.45
Tested by
no test coverage detected