| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonSetMultimapCache<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RSetMultimapCache<K,V> |
Redisson.getSetMultimapCache(String name) |
<K,V> RSetMultimapCache<K,V> |
Redisson.getSetMultimapCache(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RSetMultimapCache<K,V> |
RedissonClient.getSetMultimapCache(String name)
Returns Set based Multimap instance by name.
|
<K,V> RSetMultimapCache<K,V> |
RedissonClient.getSetMultimapCache(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.