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
ConstructorDescriptionInstantiates 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, removeObject
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.ibatis.cache.Cache
getReadWriteLock
-
Constructor Details
-
LoggingHazelcastClientCache
Instantiates a new logging hazelcast client cache.- Parameters:
id
- the id
-