类分层结构
- java.lang.Object
- cn.taketoday.cache.CacheConfig
- cn.taketoday.cache.CacheConfigSupport
- cn.taketoday.cache.NullValueWrapper (implements cn.taketoday.cache.Cache.ValueWrapper, java.io.Serializable)
- cn.taketoday.cache.RedissonCache (implements cn.taketoday.cache.Cache)
- cn.taketoday.cache.RedissonCacheManager (implements cn.taketoday.cache.CacheManager, cn.taketoday.beans.factory.InitializingBean, cn.taketoday.context.ResourceLoaderAware)
- cn.taketoday.web.session.RedissonSessionRepository (implements org.redisson.api.listener.PatternMessageListener<M>, cn.taketoday.session.SessionRepository)
- cn.taketoday.web.session.RedissonSessionRepository.RedissonSession (implements cn.taketoday.session.WebSession)
- cn.taketoday.web.session.RedissonWebSessionConfiguration (implements cn.taketoday.context.annotation.ImportAware)
Annotation Interface Hierarchy
- cn.taketoday.web.session.EnableRedissonWebSession (implements java.lang.annotation.Annotation)