MCPcopy Create free account
hub / github.com/Xiaoc7r/CityHub / CacheClient

Method CacheClient

src/main/java/com/hmdp/utils/CacheClient.java:24–26  ·  view source on GitHub ↗
(StringRedisTemplate stringRedisTemplate)

Source from the content-addressed store, hash-verified

22
23
24 public CacheClient(StringRedisTemplate stringRedisTemplate) {
25 this.stringRedisTemplate = stringRedisTemplate;
26 }
27
28
29 public void set(String key, Object value, Long time, TimeUnit unit){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected