- 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 public final class LoggingEhcache extends EhcacheCache
Deprecated.Not needed with MyBatis 3.2.xLoggingCacheKept for compatibility.- Author:
- Simone Tripodi
-
-
Field Summary
-
Fields inherited from class org.mybatis.caches.ehcache.AbstractEhcacheCache
cache, CACHE_MANAGER, id
-
-
Constructor Summary
Constructors Constructor Description LoggingEhcache(String id)Deprecated.
-
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 Detail
-
LoggingEhcache
public LoggingEhcache(String id)
Deprecated.
-
-