Package org.mybatis.caches.ehcache
Class EhBlockingCache
java.lang.Object
org.mybatis.caches.ehcache.AbstractEhcacheCache
org.mybatis.caches.ehcache.EhBlockingCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
The Class EhBlockingCache.
- Author:
- Iwao AVE!
-
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, setMaxEntriesLocalDisk, setMaxEntriesLocalHeap, setMemoryStoreEvictionPolicy, setTimeToIdleSeconds, setTimeToLiveSeconds, toString, unlock
-
Constructor Details
-
EhBlockingCache
-
-
Method Details
-
removeObject
Description copied from class:AbstractEhcacheCache
- Specified by:
removeObject
in interfaceorg.apache.ibatis.cache.Cache
- Overrides:
removeObject
in classAbstractEhcacheCache
-