Uses of Interface
org.infinispan.multimap.api.embedded.MultimapCache
-
Packages that use MultimapCache Package Description org.infinispan.multimap.api.embedded Embedded Multimap Cache.org.infinispan.multimap.impl -
-
Uses of MultimapCache in org.infinispan.multimap.api.embedded
Methods in org.infinispan.multimap.api.embedded that return MultimapCache Modifier and Type Method Description MultimapCache<K,V>
MultimapCacheManager. get(String name)
Retrieves a named multimap cache from the system. -
Uses of MultimapCache in org.infinispan.multimap.impl
Classes in org.infinispan.multimap.impl that implement MultimapCache Modifier and Type Class Description class
EmbeddedMultimapCache<K,V>
Embedded implementation ofMultimapCache
Methods in org.infinispan.multimap.impl that return MultimapCache Modifier and Type Method Description MultimapCache<K,V>
EmbeddedMultimapCacheManager. get(String name)
-