Package org.apache.ibatis.cache.decorators
Contains cache decorators.
-
Class Summary Class Description BlockingCache Simple blocking decoratorFifoCache 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.