Class | Description |
---|---|
BlockingCache |
Simple blocking decorator
Simple and inefficient version of EhCache's BlockingCache decorator.
|
FifoCache |
FIFO (first in, first out) cache decorator
|
LoggingCache | |
LruCache |
Lru (least recently used) cache decorator
|
ScheduledCache | |
SerializedCache | |
SerializedCache.CustomObjectInputStream | |
SoftCache |
Soft Reference cache decorator
Thanks to Dr.
|
SynchronizedCache | |
TransactionalCache |
The 2nd level cache transactional buffer.
|
WeakCache |
Weak Reference cache decorator.
|
Copyright © 2010–2015 MyBatis.org. All rights reserved.