Interface RListMultimapCache<K,V>

Type Parameters:
K - key
V - 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