类 RedisProductCache
java.lang.Object
com.walker.cache.AbstractCacheProvider<T>
com.walker.support.redis.cache.RedisCacheProvider<EbProduct>
com.ishop.merchant.cache.RedisProductCache
- 所有已实现的接口:
ProductCache,com.walker.cache.CacheProvider<EbProduct>,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<com.walker.cache.CacheProvider<EbProduct>>,org.springframework.beans.factory.InitializingBean
public class RedisProductCache
extends com.walker.support.redis.cache.RedisCacheProvider<EbProduct>
implements ProductCache
-
字段概要
从类继承的字段 com.walker.cache.AbstractCacheProvider
count, logger, userCache从接口继承的字段 org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get(long id) Class<?>voidremove(long id) voidvoidsetProductService(ProductServiceImpl productService) void从类继承的方法 com.walker.support.redis.cache.RedisCacheProvider
destroy, getCacheCount, getCacheData, getRedisCache, getRedisRootData, loadDataToCache, 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
-
构造器详细资料
-
RedisProductCache
public RedisProductCache()
-
-
方法详细资料
-
get
- 指定者:
get在接口中ProductCache
-
save
- 指定者:
save在接口中ProductCache
-
update
- 指定者:
update在接口中ProductCache
-
remove
public void remove(long id) - 指定者:
remove在接口中ProductCache
-
getProviderName
- 指定者:
getProviderName在接口中com.walker.cache.CacheProvider<EbProduct>
-
getProviderType
- 指定者:
getProviderType在接口中com.walker.cache.CacheProvider<EbProduct>
-
setProductService
-