Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TuiQiao/CBoard
/ get
Method
get
src/main/java/org/cboard/cache/CacheManager.java:10–10 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
8
void
put(String key, T data, long expire);
9
10
T get(String key);
11
12
void
remove(String key);
13
}
Callers
15
get
Method · 0.65
get
Method · 0.65
get
Method · 0.65
loadUserDetails
Method · 0.65
doFilter
Method · 0.65
getData
Method · 0.65
dealJSON
Method · 0.65
getData
Method · 0.65
persistCallback
Method · 0.65
getPersistBoard
Method · 0.65
getViewDatasourceList
Method · 0.65
execute
Method · 0.65
Implementers
3
HeapCacheManager
src/main/java/org/cboard/cache/HeapCac
EhCacheManager
src/main/java/org/cboard/cache/EhCache
RedisCacheManager
src/main/java/org/cboard/cache/RedisCa
Calls
no outgoing calls
Tested by
no test coverage detected