类 RedisMerProductCategoryCache
java.lang.Object
com.walker.cache.AbstractCacheProvider<T>
com.walker.support.redis.cache.RedisCacheProvider<T>
com.walker.support.redis.cache.RedisListCacheProvider<EbMerchantProductCategory>
com.ishop.merchant.cache.RedisMerProductCategoryCache
- 所有已实现的接口:
MerProductCategoryCache,com.walker.cache.CacheProvider<EbMerchantProductCategory>,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<com.walker.cache.CacheProvider<EbMerchantProductCategory>>,org.springframework.beans.factory.InitializingBean
public class RedisMerProductCategoryCache
extends com.walker.support.redis.cache.RedisListCacheProvider<EbMerchantProductCategory>
implements MerProductCategoryCache
-
字段概要
从类继承的字段 com.walker.cache.AbstractCacheProvider
count, logger, userCache从接口继承的字段 org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Class<?>voidputList(String key, List<EbMerchantProductCategory> data) voidputList(String key, List<EbMerchantProductCategory> data, long expiredSeconds) voidputListAppend(String key, EbMerchantProductCategory data) voidremoveList(String key, EbMerchantProductCategory data) voidsetMerchantProductCategoryService(MerchantProductCategoryServiceImpl merchantProductCategoryService) 从类继承的方法 com.walker.support.redis.cache.RedisListCacheProvider
getCacheCount, getCacheData, getCacheList, loadDataToCache, putCacheData, putCacheData, putCacheList, putCacheList, putCacheListAppend, removeCacheData, removeCacheList, removeCacheList, updateCacheData从类继承的方法 com.walker.support.redis.cache.RedisCacheProvider
destroy, getRedisCache, getRedisRootData, provideCacheInstance, reload, setRedisHelper从类继承的方法 com.walker.cache.AbstractCacheProvider
afterPropertiesSet, getCache, getCacheParam, getCreateTime, getObject, getObjectType, isLoadPage, isSingleton, isUseRedis, loadPageDataToCache, queryListLimit, setCacheParam, setLoadPage, setPageSize, setUseRedis, size, toString
-
构造器详细资料
-
RedisMerProductCategoryCache
public RedisMerProductCategoryCache()
-
-
方法详细资料
-
putList
- 指定者:
putList在接口中MerProductCategoryCache
-
putList
- 指定者:
putList在接口中MerProductCategoryCache
-
putListAppend
- 指定者:
putListAppend在接口中MerProductCategoryCache
-
getTree
- 指定者:
getTree在接口中MerProductCategoryCache
-
getList
- 指定者:
getList在接口中MerProductCategoryCache
-
removeList
- 指定者:
removeList在接口中MerProductCategoryCache
-
getProviderName
- 指定者:
getProviderName在接口中com.walker.cache.CacheProvider<EbMerchantProductCategory>
-
getProviderType
- 指定者:
getProviderType在接口中com.walker.cache.CacheProvider<EbMerchantProductCategory>
-
setMerchantProductCategoryService
public void setMerchantProductCategoryService(MerchantProductCategoryServiceImpl merchantProductCategoryService)
-