MCPcopy Create free account
hub / github.com/banq/jdonframework / run

Method run

src/main/java/com/jdon/cache/UtilCache.java:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 public void startMon(long expireTime) {
109 Runnable task = new Runnable() {
110 public void run() {
111 clearExpired();
112 }
113 };
114 scheduExecStatic.scheduleAtFixedRate(task, (expireTime / 1000) + 30, (expireTime / 1000) + 30, TimeUnit.SECONDS);
115 }

Callers 3

mainMethod · 0.45
aFunction · 0.45
KnFunction · 0.45

Calls 1

clearExpiredMethod · 0.95

Tested by 1

mainMethod · 0.36