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

com.github.bingoohuang.springrediscache.RedisCacheExpirationAware Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.springrediscache;

public interface RedisCacheExpirationAware {
    /**
     * 过期秒数.
     *
     * @return expiration seconds.
     */
    long expirationSeconds();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy