类分层结构
- java.lang.Object
- cn.taketoday.cache.annotation.AbstractCachingConfiguration (implements cn.taketoday.context.annotation.ImportAware)
- cn.taketoday.cache.annotation.ProxyCachingConfiguration
- cn.taketoday.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
- cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource (implements cn.taketoday.cache.interceptor.CacheOperationSource)
- cn.taketoday.cache.annotation.AnnotationCacheOperationSource (implements java.io.Serializable)
- cn.taketoday.context.annotation.AdviceModeImportSelector<A> (implements cn.taketoday.context.loader.ImportSelector)
- cn.taketoday.cache.annotation.CachingConfigurationSelector
- cn.taketoday.cache.annotation.DefaultCacheAnnotationParser (implements cn.taketoday.cache.annotation.CacheAnnotationParser, java.io.Serializable)
- cn.taketoday.cache.annotation.AbstractCachingConfiguration (implements cn.taketoday.context.annotation.ImportAware)
接口分层结构
- cn.taketoday.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
- cn.taketoday.cache.annotation.CacheAnnotationParser
- cn.taketoday.cache.annotation.CachingConfigurer
Annotation Interface Hierarchy
- cn.taketoday.cache.annotation.Cacheable (implements java.lang.annotation.Annotation)
- cn.taketoday.cache.annotation.CacheConfig (implements java.lang.annotation.Annotation)
- cn.taketoday.cache.annotation.CacheEvict (implements java.lang.annotation.Annotation)
- cn.taketoday.cache.annotation.CachePut (implements java.lang.annotation.Annotation)
- cn.taketoday.cache.annotation.Caching (implements java.lang.annotation.Annotation)
- cn.taketoday.cache.annotation.EnableCaching (implements java.lang.annotation.Annotation)