MCPcopy
hub / github.com/TuiQiao/CBoard / get

Method get

src/main/java/org/cboard/cache/RedisCacheManager.java:19–22  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

17 }
18
19 @Override
20 public T get(String key) {
21 return redisTemplate.boundValueOps(key).get();
22 }
23
24 @Override
25 public void remove(String key) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected