Class HazelcastClientCache

java.lang.Object
org.mybatis.caches.hazelcast.AbstractHazelcastCache
org.mybatis.caches.hazelcast.HazelcastClientCache
All Implemented Interfaces:
org.apache.ibatis.cache.Cache

public class HazelcastClientCache extends AbstractHazelcastCache
Cache adapter for Hazelcast using "Hazelcast Client" API HazelcastClient.

This means that the HazelcastClientCache is not a member of the cluster.

  • Constructor Details

    • HazelcastClientCache

      public HazelcastClientCache(String id)
      Instantiates a new Hazelcast cache for the specified namespace.
      Parameters:
      id - the cache id.