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

Method remove

src/main/java/com/jdon/cache/LRUCache.java:69–71  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

67
68
69 public void remove(Object key) {
70 cache.remove(key);
71 }
72
73 public long size() {
74 return cache.size();

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected