类 SortSetDbCache<T>

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

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

    • SortSetDbCache

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