类分层结构
- java.lang.Object
- org.springframework.cache.support.AbstractCacheManager (implements org.springframework.cache.CacheManager, org.springframework.beans.factory.InitializingBean)
- org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
- org.springframework.cache.support.AbstractValueAdaptingCache (implements org.springframework.cache.Cache)
- net.oschina.j2cache.autoconfigure.J2CacheAutoConfiguration
- net.oschina.j2cache.autoconfigure.J2CacheConfig
- net.oschina.j2cache.cache.support.util.J2CacheSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- net.oschina.j2cache.autoconfigure.J2CacheSpringCacheAutoConfiguration
- net.oschina.j2cache.autoconfigure.J2CacheSpringRedisAutoConfiguration
- net.oschina.j2cache.cache.support.redis.SpringRedisCache (implements net.oschina.j2cache.Level2Cache)
- net.oschina.j2cache.cache.support.redis.SpringRedisMessageListener (implements org.springframework.data.redis.connection.MessageListener)
- net.oschina.j2cache.cache.support.redis.SpringRedisProvider (implements net.oschina.j2cache.CacheProvider)
- net.oschina.j2cache.cache.support.redis.SpringRedisPubSubPolicy (implements net.oschina.j2cache.ClusterPolicy)
- net.oschina.j2cache.cache.support.util.SpringUtil (implements org.springframework.context.ApplicationContextAware)
Copyright © 2018. All rights reserved.