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

Method size

src/main/java/com/jdon/cache/UtilCache.java:402–404  ·  view source on GitHub ↗

Returns the number of elements currently in the cache @return The number of elements currently in the cache

()

Source from the content-addressed store, hash-verified

400 * @return The number of elements currently in the cache
401 */
402 public long size() {
403 return cacheLineTable.size();
404 }
405
406 /**
407 * Returns a boolean specifying whether or not an element with the specified

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected