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

Method clear

src/main/java/com/jdon/controller/cache/Cache.java:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 public long size();
41
42 public void clear();
43
44 public boolean contain(Object key);
45

Callers 15

clearCacheMethod · 0.65
clearCacheMethod · 0.65
loadBlockedResultMethod · 0.65
loadResultMethod · 0.65
clearMethod · 0.65
tearDownMethod · 0.65
clearMethod · 0.65
setMaxSizeMethod · 0.65
clearMethod · 0.65
clearMethod · 0.65
clearMethod · 0.65
stopMethod · 0.65

Implementers 3

LRUCachesrc/main/java/com/jdon/cache/LRUCache.
EncacheProvidersrc/main/java/com/jdon/components/enca
GuavaCacheProvidersrc/main/java/com/jdon/components/guav

Calls

no outgoing calls

Tested by 4

loadBlockedResultMethod · 0.52
loadResultMethod · 0.52
clearMethod · 0.52
tearDownMethod · 0.52