类 SetDbCache<T>

所有已实现的接口:
IBaseCache, IRedisCache, ISetCache<T>, IValueCache<T>, ISetDbCache<T>, AutoCloseable

public class SetDbCache<T> extends SetCache<T> implements ISetDbCache<T>
set集合db
  • 构造器详细资料

    • SetDbCache

      public SetDbCache(String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) throws Exception
      set集合db
      参数:
      item - 缓存item
      redisConnection - redis
      cacheKey - ICacheKey
      prefix - 缓存前缀
      clazz - T.class
      抛出:
      Exception