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

Method keySet

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

Source from the content-addressed store, hash-verified

44 public boolean contain(Object key);
45
46 public Collection keySet();
47
48 public long getCacheHits();
49

Callers 15

keySetMethod · 0.65
keySetMethod · 0.65
setMaxSizeMethod · 0.65
clearExpiredMethod · 0.65
getComponentClassesMethod · 0.65
getComponentNamesMethod · 0.65
getIntroduceNamesMethod · 0.65
lookupForNameMethod · 0.65
registerUserServiceMethod · 0.65
iteratorMethod · 0.65
keySetMethod · 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

no test coverage detected