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

com.gc.easy.redis.ILock Maven / Gradle / Ivy

The newest version!
package com.gc.easy.redis;

/**
 * @Auther: gc.x
 * @Date: 2019/5/11 0011 13:47
 * @Description:
 */
public interface ILock {
    /**
     * 获取锁
     *
     * @return
     */
    boolean acquire();

    /**
     * 释放锁
     */
    void release();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy