Package org.mybatis.caches.ehcache
Class LoggingEhcache
java.lang.Object
org.mybatis.caches.ehcache.AbstractEhcacheCache
org.mybatis.caches.ehcache.EhcacheCache
org.mybatis.caches.ehcache.LoggingEhcache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
Deprecated.
Not needed with MyBatis 3.2.x
LoggingCache
Kept for compatibility.- Author:
- Simone Tripodi
-
Field Summary
Fields inherited from class org.mybatis.caches.ehcache.AbstractEhcacheCache
cache, CACHE_MANAGER, id
-
Constructor Summary
-
Method Summary
Methods inherited from class org.mybatis.caches.ehcache.AbstractEhcacheCache
clear, equals, getId, getObject, getReadWriteLock, getSize, hashCode, putObject, removeObject, setMaxEntriesLocalDisk, setMaxEntriesLocalHeap, setMemoryStoreEvictionPolicy, setTimeToIdleSeconds, setTimeToLiveSeconds, toString, unlock
-
Constructor Details
-
LoggingEhcache
Deprecated.
-