Package org.mybatis.caches.hazelcast
Class HazelcastCache
java.lang.Object
org.mybatis.caches.hazelcast.AbstractHazelcastCache
org.mybatis.caches.hazelcast.HazelcastCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
Cache adapter for Hazelcast.
-
Field Summary
Fields inherited from class org.mybatis.caches.hazelcast.AbstractHazelcastCache
cacheMap, id, readWriteLock
-
Constructor Summary
ConstructorDescriptionHazelcastCache
(String id) Instantiates 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
-
HazelcastCache
Instantiates a new Hazelcast cache for the specified namespace.- Parameters:
id
- the cache id.
-