(String prefix)
| 18 | private Class<?> valType; |
| 19 | |
| 20 | RedisKey(String prefix){ |
| 21 | this.prefix = prefix; |
| 22 | } |
| 23 | |
| 24 | RedisKey(String prefix, Duration expireTime){ |
| 25 | this.prefix = prefix; |
nothing calls this directly
no outgoing calls
no test coverage detected