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

Method keySet

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

Source from the content-addressed store, hash-verified

259 }
260
261 public Set keySet() {
262 return cacheLineTable.keySet();
263 }
264
265 public Collection values() {
266 return cacheLineTable.values();

Callers

nothing calls this directly

Calls 1

keySetMethod · 0.65

Tested by

no test coverage detected