Package org.redisson.api
Interface RListMultimapCacheRx<K,V>
-
- Type Parameters:
K
- key typeV
- value type
- All Superinterfaces:
RExpirableRx
,RListMultimapRx<K,V>
,RMultimapCacheRx<K,V>
,RMultimapRx<K,V>
,RObjectRx
public interface RListMultimapCacheRx<K,V> extends RListMultimapRx<K,V>, RMultimapCacheRx<K,V>
Rx-ified version ofRListMultimapCache
.- Author:
- Marnix Kammer
-
-
Method Summary
-
Methods inherited from interface org.redisson.api.RExpirableRx
clearExpire, expire, expireAt, expireAt, expireAt, remainTimeToLive
-
Methods inherited from interface org.redisson.api.RListMultimapRx
get, getAll, removeAll, replaceValues
-
Methods inherited from interface org.redisson.api.RMultimapCacheRx
expireKey
-
Methods inherited from interface org.redisson.api.RMultimapRx
containsEntry, containsKey, containsValue, fastRemove, keySize, put, putAll, readAllKeySet, remove, size
-
Methods inherited from interface org.redisson.api.RObjectRx
addListener, copy, delete, dump, getCodec, getIdleTime, getName, isExists, migrate, move, removeListener, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, sizeInMemory, touch, unlink
-
-