Hierarchy For Package org.apache.ibatis.cache.decorators

Package Hierarchies:

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)
    • 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)