public abstract class RedisValueService extends Object
RedisValueService()
protected Object
get(String hashKey, long timeout)
get(String prefixKey, String hashKey, long timeout)
abstract String
getKey()
getValue(String mainKey, long timeout)
protected void
set(String hashKey, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedisValueService()
public abstract String getKey()
protected void set(String hashKey, Object value)
protected Object get(String hashKey, long timeout)
protected Object get(String prefixKey, String hashKey, long timeout)
protected Object getValue(String mainKey, long timeout)
Copyright © 2024. All rights reserved.