![JAR search and dependency download from the Maven repository](/logo.png)
com.github.aqiu202.lock.distributed.ReentrantRedisTtlLock Maven / Gradle / Ivy
package com.github.aqiu202.lock.distributed;
import com.github.aqiu202.id.IdGenerator;
import com.github.aqiu202.lock.base.AbstractReentrantTtlLock;
/**
* 集中式缓存实现的锁
*
* @author aqiu
**/
public class ReentrantRedisTtlLock extends AbstractReentrantTtlLock {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy