Index

A C E G H I L O P R S T U 
All Classes and Interfaces|All Packages

A

AbstractEhcacheCache - Class in org.mybatis.caches.ehcache
Cache adapter for Ehcache.
AbstractEhcacheCache(String) - Constructor for class org.mybatis.caches.ehcache.AbstractEhcacheCache
Instantiates a new abstract ehcache cache.

C

cache - Variable in class org.mybatis.caches.ehcache.AbstractEhcacheCache
The cache instance.
CACHE_MANAGER - Static variable in class org.mybatis.caches.ehcache.AbstractEhcacheCache
The cache manager reference.
clear() - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache

E

EhBlockingCache - Class in org.mybatis.caches.ehcache
The Class EhBlockingCache.
EhBlockingCache(String) - Constructor for class org.mybatis.caches.ehcache.EhBlockingCache
Instantiates a new eh blocking cache.
EhcacheCache - Class in org.mybatis.caches.ehcache
 
EhcacheCache(String) - Constructor for class org.mybatis.caches.ehcache.EhcacheCache
Instantiates a new ehcache cache.
equals(Object) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache

G

getId() - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
getObject(Object) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
getReadWriteLock() - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
 
getSize() - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache

H

hashCode() - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache

I

id - Variable in class org.mybatis.caches.ehcache.AbstractEhcacheCache
The cache id (namespace).

L

LoggingEhcache - Class in org.mybatis.caches.ehcache
Deprecated.
Not needed with MyBatis 3.2.x
LoggingEhcache(String) - Constructor for class org.mybatis.caches.ehcache.LoggingEhcache
Deprecated.
 

O

org.mybatis.caches.ehcache - package org.mybatis.caches.ehcache
Contains Ehcache support for MyBatis Cache.

P

putObject(Object, Object) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache

R

removeObject(Object) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
removeObject(Object) - Method in class org.mybatis.caches.ehcache.EhBlockingCache
 

S

setMaxEntriesLocalDisk(long) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
Sets the maximum number elements on Disk.
setMaxEntriesLocalHeap(long) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
Sets the maximum objects to be held in memory (0 = no limit).
setMemoryStoreEvictionPolicy(String) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
Sets the eviction policy.
setTimeToIdleSeconds(long) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
Sets the time to idle for an element before it expires.
setTimeToLiveSeconds(long) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
Sets the time to idle for an element before it expires.

T

toString() - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache

U

unlock(Object) - Method in class org.mybatis.caches.ehcache.AbstractEhcacheCache
A C E G H I L O P R S T U 
All Classes and Interfaces|All Packages