Package org.mybatis.caches.hazelcast
Class LoggingHazelcastCache
java.lang.Object
org.apache.ibatis.cache.decorators.LoggingCache
org.mybatis.caches.hazelcast.LoggingHazelcastCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
public final class LoggingHazelcastCache
extends org.apache.ibatis.cache.decorators.LoggingCache
LoggingCache adapter for Hazelcast.- Author:
- Simone Tripodi
-
Field Summary
Fields inherited from class org.apache.ibatis.cache.decorators.LoggingCache
hits, requests -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new logging hazelcast 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
-
LoggingHazelcastCache
Instantiates a new logging hazelcast cache.- Parameters:
id- the id
-