(StringRedisTemplate stringRedisTemplate)
| 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){ |
nothing calls this directly
no outgoing calls
no test coverage detected