Package org.mybatis.caches.hazelcast
Class HazelcastClientCache
java.lang.Object
org.mybatis.caches.hazelcast.AbstractHazelcastCache
org.mybatis.caches.hazelcast.HazelcastClientCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
Cache adapter for Hazelcast using "Hazelcast Client" API
HazelcastClient
.
This means that the HazelcastClientCache is not a member of the cluster.
-
Field Summary
Fields inherited from class org.mybatis.caches.hazelcast.AbstractHazelcastCache
cacheMap, id, readWriteLock
-
Constructor Summary
ConstructorDescriptionInstantiates a new Hazelcast cache for the specified namespace. -
Method Summary
Methods inherited from class org.mybatis.caches.hazelcast.AbstractHazelcastCache
clear, equals, getId, getObject, getReadWriteLock, getSize, hashCode, putObject, removeObject, toString
-
Constructor Details
-
HazelcastClientCache
Instantiates a new Hazelcast cache for the specified namespace.- Parameters:
id
- the cache id.
-