Class | Description |
---|---|
FifoCache |
FIFO (first in, first out) cache decorator
|
LoggingCache | |
LruCache |
Lru (first in, first out) cache decorator
|
ScheduledCache | |
SerializedCache | |
SerializedCache.CustomObjectInputStream | |
SoftCache |
Soft Reference cache decorator
Thanks to Dr.
|
SynchronizedCache | |
TransactionalCache | |
WeakCache |
Weak Reference cache decorator.
|
Copyright © 2010–2016 MyBatis.org. All rights reserved.