程序包org.springframework.boot.autoconfigure.cache的分层结构
类分层结构
- java.lang.Object
- org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
- org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
- org.springframework.boot.autoconfigure.cache.CacheProperties
- org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
- org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
- org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
- org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
- org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
接口分层结构
- org.springframework.boot.autoconfigure.cache.Cache2kBuilderCustomizer
- org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer<T>
- org.springframework.boot.autoconfigure.cache.CouchbaseCacheManagerBuilderCustomizer
- org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
- org.springframework.boot.autoconfigure.cache.JCachePropertiesCustomizer
- org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
枚举类分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.boot.autoconfigure.cache.CacheType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)