接口的使用
cn.nkpro.elcube.data.redis.RedisSupport.Function
使用RedisSupport.Function的程序包
-
cn.nkpro.elcube.data.redis中RedisSupport.Function的使用
修饰符和类型方法说明RedisSupport.getHashIfAbsent(String hash, RedisSupport.Function<Map<String,T>> mapper)RedisSupport.getIfAbsent(String key, boolean cacheNullValue, RedisSupport.Function<T> mapper)RedisSupport.getIfAbsent(String key, long expire, boolean cacheNullValue, RedisSupport.Function<T> mapper)RedisSupport.getIfAbsent(String key, long expire, RedisSupport.Function<T> mapper)RedisSupport.getIfAbsent(String key, RedisSupport.Function<T> mapper)RedisSupport.getIfAbsent(String hash, String hashKey, boolean cacheNullValue, RedisSupport.Function<T> mapper)RedisSupport.getIfAbsent(String hash, String hashKey, RedisSupport.Function<T> mapper) -
cn.nkpro.elcube.data.redis.defaults中RedisSupport.Function的使用
修饰符和类型方法说明DefaultRedisSupportImpl.getHashIfAbsent(String hash, RedisSupport.Function<Map<String,T>> mapper)DefaultRedisSupportImpl.getIfAbsent(String key, boolean cacheNullValue, RedisSupport.Function<T> mapper)DefaultRedisSupportImpl.getIfAbsent(String key, long expire, boolean cacheNullValue, RedisSupport.Function<T> mapper)DefaultRedisSupportImpl.getIfAbsent(String key, long expire, RedisSupport.Function<T> mapper)DefaultRedisSupportImpl.getIfAbsent(String key, RedisSupport.Function<T> mapper)DefaultRedisSupportImpl.getIfAbsent(String hash, String keys, boolean cacheNullValue, RedisSupport.Function<T> mapper)DefaultRedisSupportImpl.getIfAbsent(String hash, String keys, RedisSupport.Function<T> mapper)