Package org.apache.ibatis.cache.decorators

Class Summary
FifoCache FIFO (first in, first out) cache decorator
LoggingCache  
LruCache Lru (first in, first out) cache decorator
ScheduledCache  
SerializedCache  
SoftCache Soft Reference cache decorator Thanks to Dr.
SynchronizedCache  
TransactionalCache  
WeakCache Weak Reference cache decorator Thanks to Dr.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.