Class RemoteMultimapCacheManager<K,​V>

  • All Implemented Interfaces:
    MultimapCacheManager

    public class RemoteMultimapCacheManager<K,​V>
    extends java.lang.Object
    implements MultimapCacheManager
    Since:
    9.2
    Author:
    Katia Aresti, karesti@redhat.com
    • Constructor Detail

      • RemoteMultimapCacheManager

        public RemoteMultimapCacheManager​(RemoteCacheManager remoteCacheManager)
    • Method Detail

      • get

        public RemoteMultimapCache<K,​V> get​(java.lang.String cacheName)
        Description copied from interface: MultimapCacheManager
        Retrieves a named multimap cache from the system.
        Specified by:
        get in interface MultimapCacheManager<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