类 RedisProductBrandCache
java.lang.Object
com.walker.cache.AbstractCacheProvider<T>
com.walker.support.redis.cache.RedisCacheProvider<EbProductBrand>
com.ishop.merchant.cache.RedisProductBrandCache
- 所有已实现的接口:
ProductBrandCache,com.walker.cache.CacheProvider<EbProductBrand>,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<com.walker.cache.CacheProvider<EbProductBrand>>,org.springframework.beans.factory.InitializingBean
public class RedisProductBrandCache
extends com.walker.support.redis.cache.RedisCacheProvider<EbProductBrand>
implements ProductBrandCache
-
字段概要
从类继承的字段 com.walker.cache.AbstractCacheProvider
count, logger, userCache从接口继承的字段 org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get(int id) getList()Class<?>protected intloadDataToCache(com.walker.cache.Cache cache) voidremove(int id) voidsave(EbProductBrand category) voidsetProductBrandService(ProductBrandServiceImpl productBrandService) voidupdate(EbProductBrand category) 从类继承的方法 com.walker.support.redis.cache.RedisCacheProvider
destroy, getCacheCount, getCacheData, getRedisCache, getRedisRootData, provideCacheInstance, putCacheData, putCacheData, reload, removeCacheData, setRedisHelper, updateCacheData从类继承的方法 com.walker.cache.AbstractCacheProvider
afterPropertiesSet, getCache, getCacheList, getCacheParam, getCreateTime, getObject, getObjectType, isLoadPage, isSingleton, isUseRedis, loadPageDataToCache, putCacheList, putCacheList, putCacheListAppend, queryListLimit, removeCacheList, removeCacheList, setCacheParam, setLoadPage, setPageSize, setUseRedis, size, toString
-
构造器详细资料
-
RedisProductBrandCache
public RedisProductBrandCache()
-
-
方法详细资料
-
loadDataToCache
protected int loadDataToCache(com.walker.cache.Cache cache) - 覆盖:
loadDataToCache在类中com.walker.support.redis.cache.RedisCacheProvider<EbProductBrand>
-
getList
- 指定者:
getList在接口中ProductBrandCache
-
get
- 指定者:
get在接口中ProductBrandCache
-
save
- 指定者:
save在接口中ProductBrandCache
-
update
- 指定者:
update在接口中ProductBrandCache
-
remove
public void remove(int id) - 指定者:
remove在接口中ProductBrandCache
-
getProviderName
- 指定者:
getProviderName在接口中com.walker.cache.CacheProvider<EbProductBrand>
-
getProviderType
- 指定者:
getProviderType在接口中com.walker.cache.CacheProvider<EbProductBrand>
-
setProductBrandService
-