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
ConstructorDescriptionInstantiates a new logging hazelcast 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
-
LoggingHazelcastCache
Instantiates a new logging hazelcast cache.- Parameters:
id
- the id
-