
com.github.anonymousmister.bootfastconfig.cache.properties.L2CacheProperties Maven / Gradle / Ivy
package com.github.anonymousmister.bootfastconfig.cache.properties;
import lombok.Data;
/**
* @author mister
*/
@Data
public class L2CacheProperties {
/**
* 是否动态根据cacheName创建Cache的实现,默认true
*/
private boolean dynamic = true;
private String topic = "spring:l2Cache";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy