![JAR search and dependency download from the Maven repository](/logo.png)
love.keeping.starter.web.config.properties.CacheProperties Maven / Gradle / Ivy
The newest version!
package love.keeping.starter.web.config.properties;
import java.util.Map;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
@Data
@ConfigurationProperties(prefix = "keeping.cache")
public class CacheProperties {
/**
* 公共缓存过期时间
*/
private Long ttl = 1800L;
/**
* 特殊指定缓存过期时间
*/
private Map regions;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy