类 RedisProductAttrCache

java.lang.Object
com.walker.cache.AbstractCacheProvider<T>
com.walker.support.redis.cache.RedisCacheProvider<T>
com.walker.support.redis.cache.RedisListCacheProvider<EbProductAttr>
com.ishop.merchant.cache.RedisProductAttrCache
所有已实现的接口:
ProductAttrCache, com.walker.cache.CacheProvider<EbProductAttr>, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<com.walker.cache.CacheProvider<EbProductAttr>>, org.springframework.beans.factory.InitializingBean

public class RedisProductAttrCache extends com.walker.support.redis.cache.RedisListCacheProvider<EbProductAttr> implements ProductAttrCache
  • 字段概要

    从类继承的字段 com.walker.cache.AbstractCacheProvider

    count, logger, userCache

    从接口继承的字段 org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
     
    void
     
    void
    putList(String key, List<EbProductAttr> data, long expiredSeconds)
     
    void
     
    void
    直接删除一个集合,对应key中的整个list
    void
     
    void
     

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait