All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
{
  "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