JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
H
I
L
O
P
R
S
T
U
A
AbstractEhcacheCache
- Class in
org.mybatis.caches.ehcache
Cache adapter for Ehcache.
AbstractEhcacheCache(String)
- Constructor for class org.mybatis.caches.ehcache.
AbstractEhcacheCache
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
EhBlockingCache(String)
- Constructor for class org.mybatis.caches.ehcache.
EhBlockingCache
EhcacheCache
- Class in
org.mybatis.caches.ehcache
EhcacheCache(String)
- Constructor for class org.mybatis.caches.ehcache.
EhcacheCache
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
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010–2016
MyBatis.org
. All rights reserved.