类 LinkListCache<T>

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

public class LinkListCache<T> extends RedisCache implements ILinkListCache<T>
  • 构造器详细资料

    • LinkListCache

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