类 SessionDbCache<T>

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

public class SessionDbCache<T> extends StringCache<T> implements ISessionDbCache<T>
session数据db
  • 构造器详细资料

    • SessionDbCache

      public SessionDbCache(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