All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.client.hotrod.multimap.RemoteMultimapCacheManagerFactory Maven / Gradle / Ivy

The newest version!
package org.infinispan.client.hotrod.multimap;

import org.infinispan.client.hotrod.RemoteCacheManager;

/**
 * @author Katia Aresti, [email protected]
 * @since 9.2
 */
public final class RemoteMultimapCacheManagerFactory {

   private RemoteMultimapCacheManagerFactory() {
   }

   public static  MultimapCacheManager from(RemoteCacheManager remoteCacheManager) {
      return new RemoteMultimapCacheManager<>(remoteCacheManager);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy