类分层结构
- java.lang.Object
- com.walker.cache.AbstractCacheProvider<T> (implements com.walker.cache.CacheProvider<T>, org.springframework.beans.factory.FactoryBean<T>)
- com.ishop.merchant.cache.LocalArticleCateCache (implements com.ishop.merchant.ArticleCategoryCache)
- com.ishop.merchant.cache.LocalCityCache (implements com.ishop.merchant.CityCacheProvider)
- com.ishop.merchant.cache.LocalExpressCache (implements com.ishop.merchant.ExpressCache)
- com.ishop.merchant.cache.LocalLevelCache (implements com.ishop.merchant.LevelCache)
- com.ishop.merchant.cache.LocalMerCategoryCache (implements com.ishop.merchant.MerCategoryCacheProvider)
- com.ishop.merchant.cache.LocalMerchantCache (implements com.ishop.merchant.MerchantCache)
- com.ishop.merchant.cache.LocalMerProductCategoryCache (implements com.ishop.merchant.MerProductCategoryCache)
- com.ishop.merchant.cache.LocalMerTypeCache (implements com.ishop.merchant.MerTypeCacheProvider)
- com.ishop.merchant.cache.LocalProductAttrCache (implements com.ishop.merchant.ProductAttrCache)
- com.ishop.merchant.cache.LocalProductBrandCache (implements com.ishop.merchant.ProductBrandCache)
- com.ishop.merchant.cache.LocalProductCache (implements com.ishop.merchant.ProductCache)
- com.ishop.merchant.cache.LocalProductCategoryCache (implements com.ishop.merchant.ProductCategoryCache)
- com.ishop.merchant.cache.LocalUserRegCache (implements com.ishop.merchant.UserRegCache)
- com.ishop.merchant.cache.LocalUserRegConfigCache (implements com.ishop.merchant.UserRegConfigCache)
- com.walker.support.redis.cache.RedisCacheProvider<T>
- com.ishop.merchant.cache.RedisArticleCateCache (implements com.ishop.merchant.ArticleCategoryCache)
- com.ishop.merchant.cache.RedisCityCache (implements com.ishop.merchant.CityCacheProvider)
- com.ishop.merchant.cache.RedisExpressCache (implements com.ishop.merchant.ExpressCache)
- com.ishop.merchant.cache.RedisLevelCache (implements com.ishop.merchant.LevelCache)
- com.walker.support.redis.cache.RedisListCacheProvider<T>
- com.ishop.merchant.cache.RedisMerProductCategoryCache (implements com.ishop.merchant.MerProductCategoryCache)
- com.ishop.merchant.cache.RedisProductAttrCache (implements com.ishop.merchant.ProductAttrCache)
- com.ishop.merchant.cache.RedisMerCategoryCache (implements com.ishop.merchant.MerCategoryCacheProvider)
- com.ishop.merchant.cache.RedisMerchantCache (implements com.ishop.merchant.MerchantCache)
- com.ishop.merchant.cache.RedisMerTypeCache (implements com.ishop.merchant.MerTypeCacheProvider)
- com.ishop.merchant.cache.RedisProductBrandCache (implements com.ishop.merchant.ProductBrandCache)
- com.ishop.merchant.cache.RedisProductCache (implements com.ishop.merchant.ProductCache)
- com.ishop.merchant.cache.RedisProductCategoryCache (implements com.ishop.merchant.ProductCategoryCache)
- com.ishop.merchant.cache.RedisUserRegCache (implements com.ishop.merchant.UserRegCache)
- com.ishop.merchant.cache.RedisUserRegConfigCache (implements com.ishop.merchant.UserRegConfigCache)
- com.walker.cache.AbstractCacheProvider<T> (implements com.walker.cache.CacheProvider<T>, org.springframework.beans.factory.FactoryBean<T>)