MCPcopy
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

getMethod · 0.65
getMethod · 0.65
getMethod · 0.65
loadUserDetailsMethod · 0.65
doFilterMethod · 0.65
getDataMethod · 0.65
dealJSONMethod · 0.65
getDataMethod · 0.65
persistCallbackMethod · 0.65
getPersistBoardMethod · 0.65
getViewDatasourceListMethod · 0.65
executeMethod · 0.65

Implementers 3

HeapCacheManagersrc/main/java/org/cboard/cache/HeapCac
EhCacheManagersrc/main/java/org/cboard/cache/EhCache
RedisCacheManagersrc/main/java/org/cboard/cache/RedisCa

Calls

no outgoing calls

Tested by

no test coverage detected