- 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
public class EhcacheCache extends AbstractEhcacheCache
-
-
Field Summary
-
Fields inherited from class org.mybatis.caches.ehcache.AbstractEhcacheCache
cache, CACHE_MANAGER, id
-
-
Constructor Summary
Constructors Constructor Description EhcacheCache(String id)Instantiates a new ehcache cache.
-
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
-
EhcacheCache
public EhcacheCache(String id)
Instantiates a new ehcache cache.- Parameters:
id- the id
-
-