Package org.mybatis.caches.hazelcast
Class LoggingHazelcastClientCache
java.lang.Object
org.apache.ibatis.cache.decorators.LoggingCache
org.mybatis.caches.hazelcast.LoggingHazelcastClientCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
public final class LoggingHazelcastClientCache
extends org.apache.ibatis.cache.decorators.LoggingCache
LoggingCache adapter for HazelcastClientCache.-
Field Summary
Fields inherited from class org.apache.ibatis.cache.decorators.LoggingCache
hits, requests -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new logging hazelcast client cache. -
Method Summary
Methods inherited from class org.apache.ibatis.cache.decorators.LoggingCache
clear, equals, getId, getObject, getSize, hashCode, putObject, removeObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ibatis.cache.Cache
getReadWriteLock
-
Constructor Details
-
LoggingHazelcastClientCache
Instantiates a new logging hazelcast client cache.- Parameters:
id- the id
-