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

Method remove

src/main/java/org/cboard/cache/EhCacheManager.java:46–49  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

44 }
45
46 @Override
47 public void remove(String key) {
48 cache.remove(key);
49 }
50
51 public void setCacheAlias(String cacheAlias) {
52 this.cacheAlias = cacheAlias;

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected