MCPcopy
hub / github.com/TuiQiao/CBoard / getExpire

Method getExpire

src/main/java/org/cboard/cache/CacheObject.java:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public long getExpire() {
46 return expire;
47 }
48
49 public void setExpire(long expire) {
50 this.expire = expire;

Callers 2

getMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected