Class RemoteMultimapCacheManager<K,V>
- java.lang.Object
-
- org.infinispan.client.hotrod.multimap.RemoteMultimapCacheManager<K,V>
-
- All Implemented Interfaces:
MultimapCacheManager
public class RemoteMultimapCacheManager<K,V> extends Object implements MultimapCacheManager
- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
-
Constructor Summary
Constructors Constructor Description RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteMultimapCache<K,V>
get(String cacheName)
Retrieves a named multimap cache from the system.
-
-
-
Constructor Detail
-
RemoteMultimapCacheManager
public RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager)
-
-
Method Detail
-
get
public RemoteMultimapCache<K,V> get(String cacheName)
Description copied from interface:MultimapCacheManager
Retrieves a named multimap cache from the system.- Specified by:
get
in interfaceMultimapCacheManager<K,V>
- Parameters:
cacheName
- , name of multimap cache to retrieve- Returns:
- null if no configuration exists as per rules set above, otherwise returns a multimap cache instance identified by cacheName
-
-