Uses of Interface
org.infinispan.multimap.api.BasicMultimapCache
-
Packages that use BasicMultimapCache Package Description org.infinispan.client.hotrod.multimap org.infinispan.multimap.api.embedded Embedded Multimap Cache. -
-
Uses of BasicMultimapCache in org.infinispan.client.hotrod.multimap
Subinterfaces of BasicMultimapCache in org.infinispan.client.hotrod.multimap Modifier and Type Interface Description interface
RemoteMultimapCache<K,V>
-
Uses of BasicMultimapCache in org.infinispan.multimap.api.embedded
Subinterfaces of BasicMultimapCache in org.infinispan.multimap.api.embedded Modifier and Type Interface Description interface
MultimapCache<K,V>
Embedded version of MultimapCache.
-