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

Method cleanUp

output/java_guava/1.4.13/LocalCache.java:3497–3501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3495
3496
3497 void cleanUp() {
3498 long now = map.ticker.read();
3499 runLockedCleanup(now);
3500 runUnlockedCleanup();
3501 }
3502
3503
3504 void runLockedCleanup(long now) {

Callers 1

refreshMethod · 0.95

Calls 3

runLockedCleanupMethod · 0.95
runUnlockedCleanupMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected