类 SortSetCache<T>

所有已实现的接口:
IBaseCache, IRedisCache, ISortSetCache<T>, IValueCache<T>, AutoCloseable
直接已知子类:
SortSetDbCache

public class SortSetCache<T> extends RedisCache implements ISortSetCache<T>
有序集合
  • 构造器详细资料

    • SortSetCache

      public SortSetCache(String node, String item, org.springframework.data.redis.connection.RedisConnection redisConnection, ICacheKey cacheKey, String prefix, Class<T> clazz) throws Exception
      SortSetCache
      参数:
      node - 缓存key配置db节点
      item - 缓存key配置项
      redisConnection - RedisConnection
      cacheKey - ICacheKey
      prefix - 缓存前缀
      clazz - T.class
      抛出:
      Exception
  • 方法详细资料