
com.github.anonymousmister.bootfastconfig.cache.properties.CacheConfigProperties Maven / Gradle / Ivy
package com.github.anonymousmister.bootfastconfig.cache.properties;
import com.github.anonymousmister.bootfastconfig.cache.CacheBeanNameConstant;
import lombok.Data;
/**
* @author mister
*/
@Data
public class CacheConfigProperties {
private String[] orders = {CacheBeanNameConstant.L2_CACHE_MANAGER, CacheBeanNameConstant.REDIS_CACHE_MANAGER, CacheBeanNameConstant.CAFFEINE_CACHE_MANAGER};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy