Interface RSetMultimapCacheRx<K,V>

Type Parameters:
K - key type
V - value type
All Superinterfaces:
RExpirableRx, RMultimapCacheRx<K,V>, RMultimapRx<K,V>, RObjectRx, RSetMultimapRx<K,V>

public interface RSetMultimapCacheRx<K,V> extends RSetMultimapRx<K,V>, RMultimapCacheRx<K,V>
Rx-ified version of RSetMultimapCache.
Author:
Marnix Kammer