Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ get
Method
get
src/main/java/com/jdon/controller/cache/Cache.java:32–32 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
30
*/
31
public
interface
Cache {
32
public
Object get(Object key);
33
34
public
void
put(Object key, Object value);
35
Callers
15
get
Method · 0.95
putIfAbsent
Method · 0.95
find
Method · 0.65
find
Method · 0.65
find
Method · 0.65
getUploadFile
Method · 0.65
getUser
Method · 0.65
testGetDisruptor
Method · 0.65
testValueEventProcessor
Method · 0.65
isAdviceAround
Method · 0.65
getState
Method · 0.65
getState
Method · 0.65
Implementers
3
LRUCache
src/main/java/com/jdon/cache/LRUCache.
EncacheProvider
src/main/java/com/jdon/components/enca
GuavaCacheProvider
src/main/java/com/jdon/components/guav
Calls
no outgoing calls
Tested by
7
getUploadFile
Method · 0.52
getUser
Method · 0.52
testGetDisruptor
Method · 0.52
testValueEventProcessor
Method · 0.52
isAdviceAround
Method · 0.52
getState
Method · 0.52
getState
Method · 0.52