Class Hierarchy
- java.lang.Object
- org.apache.ibatis.cache.decorators.BlockingCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.FifoCache (implements org.apache.ibatis.cache.Cache)
- java.io.InputStream (implements java.io.Closeable)
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- org.apache.ibatis.cache.decorators.LoggingCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.LruCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.ScheduledCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.SerializedCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.SoftCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.SynchronizedCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.TransactionalCache (implements org.apache.ibatis.cache.Cache)
- org.apache.ibatis.cache.decorators.WeakCache (implements org.apache.ibatis.cache.Cache)