类 LinkListDbCache<T>

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

public class LinkListDbCache<T> extends LinkListCache<T> implements ILinkListDbCache<T>
链接db
  • 构造器详细资料

    • LinkListDbCache

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