Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ stop
Method
stop
src/main/java/com/jdon/cache/UtilCache.java:493–499 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
491
}
492
493
public
void
stop() {
494
clear();
495
try {
496
scheduExecStatic.shutdownNow();
497
} catch (Exception e) {
498
}
499
}
500
501
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected