All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.aqiu202.lock.centralize.ReentrantLocaleTtlLock Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.aqiu202.lock.centralize;

import com.github.aqiu202.id.IdGenerator;
import com.github.aqiu202.lock.base.AbstractReentrantTtlLock;
import com.github.aqiu202.ttl.data.StringTtlCache;

/**
 * 
ReentrantTtlLocaleLock
* * @author aqiu 2020/12/2 15:39 **/ public class ReentrantLocaleTtlLock extends AbstractReentrantTtlLock { public ReentrantLocaleTtlLock() { } public ReentrantLocaleTtlLock(IdGenerator idGenerator) { this.idGenerator = idGenerator; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy