Class RemoteMultimapCacheManager<K,​V>

    • 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 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