Package org.redisson
Class RedissonMultimapCache<K>
java.lang.Object
org.redisson.RedissonMultimapCache<K>
- Type Parameters:
K
- key type
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionRedissonMultimapCache
(CommandAsyncExecutor commandExecutor, RObject object, String timeoutSetName, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionexpireAsync
(long timeToLive, TimeUnit timeUnit, String param) expireAtAsync
(long timestamp, String param) expireKeyAsync
(K key, long timeToLive, TimeUnit timeUnit)
-
Constructor Details
-
RedissonMultimapCache
public RedissonMultimapCache(CommandAsyncExecutor commandExecutor, RObject object, String timeoutSetName, String prefix)
-
-
Method Details
-
expireKeyAsync
-
sizeInMemoryAsync
-
deleteAsync
-
expireAsync
-
expireAtAsync
-
clearExpireAsync
-