类 DistributedLockDbCache<T>

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

public class DistributedLockDbCache<T> extends StringCache<T> implements IDistributedLockDbCache<T>
分布式锁db接口
  • 构造器详细资料

    • DistributedLockDbCache

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