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

Method getLoadTime

src/main/java/com/jdon/cache/CacheLine.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public long getLoadTime() {
51 return loadTime;
52 }
53
54 public void setLoadTime(long loadTime) {
55 this.loadTime = loadTime;

Callers 1

hasExpiredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected