Package org.redisson
Class RedissonMultimapCache<K>
- java.lang.Object
-
- org.redisson.RedissonMultimapCache<K>
-
- Type Parameters:
K- key type
public class RedissonMultimapCache<K> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonMultimapCache(CommandAsyncExecutor commandExecutor, RObject object, String timeoutSetName, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)RFuture<Long>sizeInMemoryAsync()
-
-
-
Constructor Detail
-
RedissonMultimapCache
public RedissonMultimapCache(CommandAsyncExecutor commandExecutor, RObject object, String timeoutSetName, String prefix)
-
-