
com.github.anonymousmister.bootfastconfig.cache.properties.CaffeineCacheProperties Maven / Gradle / Ivy
package com.github.anonymousmister.bootfastconfig.cache.properties;
import lombok.Data;
import java.util.Map;
/**
* @author mister
*/
@Data
public class CaffeineCacheProperties {
private Map caffeineCacheGrouping;
private Boolean allowNullValues = true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy