| Class | Description |
|---|---|
| BlockingCache |
Simple blocking 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 © 2009–2021 MyBatis.org. All rights reserved.