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

cn.ipokerface.snowflake.SnowflakeCacheService Maven / Gradle / Ivy

The newest version!
package cn.ipokerface.snowflake;

public interface SnowflakeCacheService {


    String setNX(String key,String value);

    Long ttl(String key);


    Long expire(String key, int seconds);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy