Class EhcacheCache
java.lang.Object
org.mybatis.caches.ehcache.AbstractEhcacheCache
org.mybatis.caches.ehcache.EhcacheCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
- Direct Known Subclasses:
LoggingEhcache
Cache implementation backed by Ehcache 3.
-
Field Summary
Fields inherited from class AbstractEhcacheCache
cache, CACHE_MANAGER, id, maxBytesLocalDisk, maxEntriesLocalDisk, maxEntriesLocalHeap, memoryStoreEvictionPolicy, timeToIdleSeconds, timeToLiveSeconds -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractEhcacheCache
buildAndRegisterCache, clear, equals, getId, getObject, getOrCreateCache, getReadWriteLock, getSize, hashCode, putObject, recreateCacheIfInitialized, removeObject, setMaxBytesLocalDisk, setMaxEntriesLocalDisk, setMaxEntriesLocalHeap, setMemoryStoreEvictionPolicy, setTimeToIdleSeconds, setTimeToLiveSeconds, toString, unlock
-
Constructor Details
-
EhcacheCache
-