类分层结构
- java.lang.Object
- cn.aradin.spring.redis.starter.core.AbstractBucketOperations<K,V>
- cn.aradin.spring.redis.starter.core.BucketHashOperations<HK,HV> (implements org.springframework.data.redis.core.HashOperations<H,HK,HV>)
- cn.aradin.spring.redis.starter.core.BucketSetOperations<K,V> (implements org.springframework.data.redis.core.SetOperations<K,V>)
- cn.aradin.spring.redis.starter.AradinRedisAutoConfiguration
- cn.aradin.spring.redis.starter.cache.AradinRedisCacheWriter (implements org.springframework.data.redis.cache.RedisCacheWriter)
- cn.aradin.spring.redis.starter.AradinRedisManagerAutoConfiguration
- org.springframework.data.redis.core.RedisAccessor (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.data.redis.core.RedisTemplate<K,V> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.data.redis.core.RedisOperations<K,V>)
- cn.aradin.spring.redis.starter.properties.RedisCacheConfiguration
- cn.aradin.spring.redis.starter.properties.RedisCacheManagerProperties
Annotation Interface Hierarchy
- cn.aradin.spring.redis.starter.core.annotation.NotSuggest (implements java.lang.annotation.Annotation)
- cn.aradin.spring.redis.starter.core.annotation.NotSupport (implements java.lang.annotation.Annotation)