MCPcopy Create free account
hub / github.com/antlr/codebuff / cleanUp

Method cleanUp

output/java_guava/1.4.19/LocalCache.java:3514–3518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3512 }
3513
3514 void cleanUp() {
3515 long now = map.ticker.read();
3516 runLockedCleanup(now);
3517 runUnlockedCleanup();
3518 }
3519
3520 void runLockedCleanup(long now) {
3521 if (tryLock()) {

Callers 1

postReadCleanupMethod · 0.95

Calls 3

runLockedCleanupMethod · 0.95
runUnlockedCleanupMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected