Class HazelcastCache

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

public final class HazelcastCache extends AbstractHazelcastCache
Cache adapter for Hazelcast.
  • Constructor Details

    • HazelcastCache

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