Uses of Interface
org.infinispan.hotrod.multimap.RemoteMultimapCache
-
Packages that use RemoteMultimapCache Package Description org.infinispan.hotrod.impl.multimap org.infinispan.hotrod.multimap -
-
Uses of RemoteMultimapCache in org.infinispan.hotrod.impl.multimap
Classes in org.infinispan.hotrod.impl.multimap that implement RemoteMultimapCache Modifier and Type Class Description classRemoteMultimapCacheImpl<K,V>Remote implementation ofRemoteMultimapCache -
Uses of RemoteMultimapCache in org.infinispan.hotrod.multimap
Methods in org.infinispan.hotrod.multimap that return RemoteMultimapCache Modifier and Type Method Description default RemoteMultimapCache<K,V>MultimapCacheManager. get(String name)Retrieves a named multimap cache from the system.RemoteMultimapCache<K,V>MultimapCacheManager. get(String name, boolean supportsDuplicates)Retrieves a named multimap cache from the system.
-