META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multilevel-cache-spring-boot-starter Show documentation
Show all versions of multilevel-cache-spring-boot-starter Show documentation
support L1 caffeine and L2 redis cache
{
"groups": [
{
"name": "spring.cache.multi",
"type": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties"
}
],
"properties": [
{
"name": "spring.cache.multi.cache-names",
"type": "java.util.Set",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties"
},
{
"name": "spring.cache.multi.cache-null-values",
"type": "java.lang.Boolean",
"description": "是否存储空值,默认true,防止缓存穿透",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties",
"defaultValue": true
},
{
"name": "spring.cache.multi.cache-prefix",
"type": "java.lang.String",
"description": "缓存key的前缀",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties"
},
{
"name": "spring.cache.multi.caffeine",
"type": "com.pig4cloud.plugin.cache.properties.CaffeineConfigProp",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties"
},
{
"name": "spring.cache.multi.dynamic",
"type": "java.lang.Boolean",
"description": "是否动态根据cacheName创建Cache的实现,默认true",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties",
"defaultValue": true
},
{
"name": "spring.cache.multi.redis",
"type": "com.pig4cloud.plugin.cache.properties.RedisConfigProp",
"sourceType": "com.pig4cloud.plugin.cache.properties.CacheConfigProperties"
}
],
"hints": []
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy