类分层结构
- java.lang.Object
- cn.zhxu.toys.cache.AbstractCacheService (implements cn.zhxu.toys.cache.CacheService)
- cn.zhxu.toys.cache.RedisCacheService
- cn.zhxu.toys.cache.RedisTemplateCacheService
- cn.zhxu.toys.cache.AbstractCacheService (implements cn.zhxu.toys.cache.CacheService)
接口分层结构
- cn.zhxu.toys.cache.CacheGetter<T>
- cn.zhxu.toys.cache.CacheService