- java.lang.Object
-
- org.mybatis.caches.ehcache.AbstractEhcacheCache
-
- org.mybatis.caches.ehcache.EhBlockingCache
-
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
public class EhBlockingCache extends AbstractEhcacheCache
The Class EhBlockingCache.- Author:
- Iwao AVE!
-
-
Field Summary
-
Fields inherited from class org.mybatis.caches.ehcache.AbstractEhcacheCache
cache, CACHE_MANAGER, id
-
-
Constructor Summary
Constructors Constructor Description EhBlockingCache(String id)Instantiates a new eh blocking cache.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectremoveObject(Object key)-
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 Detail
-
EhBlockingCache
public EhBlockingCache(String id)
Instantiates a new eh blocking cache.- Parameters:
id- the id
-
-
Method Detail
-
removeObject
public Object removeObject(Object key)
Description copied from class:AbstractEhcacheCache- Specified by:
removeObjectin interfaceorg.apache.ibatis.cache.Cache- Overrides:
removeObjectin classAbstractEhcacheCache
-
-