Package org.redisson.api
Interface RListMultimapCache<K,V>
-
- Type Parameters:
K
- keyV
- value
- All Superinterfaces:
RExpirable
,RExpirableAsync
,RListMultimap<K,V>
,RMultimap<K,V>
,RMultimapAsync<K,V>
,RMultimapCache<K,V>
,RMultimapCacheAsync<K,V>
,RObject
,RObjectAsync
- All Known Implementing Classes:
RedissonListMultimapCache
public interface RListMultimapCache<K,V> extends RListMultimap<K,V>, RMultimapCache<K,V>
List based Multimap. Stores insertion order and allows duplicates for values mapped to key.- Author:
- Nikita Koksharov
-
-
Method Summary
-
Methods inherited from interface org.redisson.api.RExpirable
clearExpire, expire, expire, expireAt, expireAt, remainTimeToLive
-
Methods inherited from interface org.redisson.api.RExpirableAsync
clearExpireAsync, expireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
-
Methods inherited from interface org.redisson.api.RListMultimap
get, getAll, removeAll, replaceValues
-
Methods inherited from interface org.redisson.api.RMultimap
clear, containsEntry, containsKey, containsValue, entries, fastRemove, getCountDownLatch, getFairLock, getLock, getPermitExpirableSemaphore, getReadWriteLock, getSemaphore, isEmpty, keySet, keySize, put, putAll, readAllKeySet, remove, size, values
-
Methods inherited from interface org.redisson.api.RMultimapAsync
containsEntryAsync, containsKeyAsync, containsValueAsync, fastRemoveAsync, getAllAsync, keySizeAsync, putAllAsync, putAsync, readAllKeySetAsync, removeAllAsync, removeAsync, replaceValuesAsync, sizeAsync
-
Methods inherited from interface org.redisson.api.RMultimapCache
expireKey
-
Methods inherited from interface org.redisson.api.RMultimapCacheAsync
expireKeyAsync
-
Methods inherited from interface org.redisson.api.RObject
addListener, copy, delete, dump, getCodec, getIdleTime, getName, isExists, migrate, move, removeListener, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, sizeInMemory, touch, unlink
-
Methods inherited from interface org.redisson.api.RObjectAsync
addListenerAsync, copyAsync, deleteAsync, dumpAsync, getIdleTimeAsync, isExistsAsync, migrateAsync, moveAsync, removeListenerAsync, renameAsync, renamenxAsync, restoreAndReplaceAsync, restoreAndReplaceAsync, restoreAsync, restoreAsync, sizeInMemoryAsync, touchAsync, unlinkAsync
-
-