Package org.redisson.api
Interface RListMultimapCacheReactive<K,V>
- Type Parameters:
K
- key typeV
- value type
- All Superinterfaces:
RExpirableReactive
,RListMultimapReactive<K,
,V> RMultimapCacheReactive<K,
,V> RMultimapReactive<K,
,V> RObjectReactive
public interface RListMultimapCacheReactive<K,V>
extends RListMultimapReactive<K,V>, RMultimapCacheReactive<K,V>
Reactive interface for
RListMultimapCache
object.- Author:
- Nikita Koksharov
-
Method Summary
Methods inherited from interface org.redisson.api.RExpirableReactive
clearExpire, expire, expire, expire, expireAt, expireAt, expireIfGreater, expireIfGreater, expireIfLess, expireIfLess, expireIfNotSet, expireIfNotSet, expireIfSet, expireIfSet, getExpireTime, remainTimeToLive
Methods inherited from interface org.redisson.api.RListMultimapReactive
get, getAll, removeAll, replaceValues
Methods inherited from interface org.redisson.api.RMultimapCacheReactive
expireKey
Methods inherited from interface org.redisson.api.RMultimapReactive
containsEntry, containsKey, containsValue, fastRemove, keySize, put, putAll, readAllKeySet, remove, size
Methods inherited from interface org.redisson.api.RObjectReactive
addListener, copy, delete, dump, getCodec, getIdleTime, getName, isExists, migrate, move, removeListener, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, sizeInMemory, touch, unlink