public class RedissonMultimapCache<K> extends Object
Constructor and Description |
---|
RedissonMultimapCache(CommandAsyncExecutor commandExecutor,
String name,
Codec codec,
String timeoutSetName) |
Modifier and Type | Method and Description |
---|---|
RFuture<Boolean> |
clearExpireAsync() |
RFuture<Boolean> |
deleteAsync() |
RFuture<Boolean> |
expireAsync(long timeToLive,
TimeUnit timeUnit) |
RFuture<Boolean> |
expireAtAsync(long timestamp) |
RFuture<Boolean> |
expireKeyAsync(K key,
long timeToLive,
TimeUnit timeUnit) |
public RedissonMultimapCache(CommandAsyncExecutor commandExecutor, String name, Codec codec, String timeoutSetName)
Copyright © 2014–2017 The Redisson Project. All rights reserved.