MCPcopy Create free account
hub / github.com/L1yp/van-app / RedisKey

Method RedisKey

src/main/java/com/l1yp/base/RedisKey.java:20–22  ·  view source on GitHub ↗
(String prefix)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected