K
- key typepublic class RedissonMultimapCache<K> extends Object
Constructor and Description |
---|
RedissonMultimapCache(CommandAsyncExecutor commandExecutor,
RObject object,
String timeoutSetName,
String prefix) |
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, RObject object, String timeoutSetName, String prefix)
Copyright © 2014–2018 The Redisson Project. All rights reserved.