{ "groups": [ { "name": "schbrain.cache", "type": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties", "sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties" }, { "name": "spring.redis", "type": "com.schbrain.framework.autoconfigure.cache.provider.redis.RedisProperties", "sourceType": "com.schbrain.framework.autoconfigure.cache.provider.redis.RedisProperties" } ], "properties": [ { "name": "schbrain.cache.append-prefix", "type": "java.lang.Boolean", "description": "whatever to enable prefix append", "sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties", "defaultValue": true }, { "name": "schbrain.cache.delimiter", "type": "java.lang.String", "description": "cache prefix delimiter", "sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties", "defaultValue": ":" }, { "name": "schbrain.cache.prefix", "type": "java.lang.String", "description": "cache prefix", "sourceType": "com.schbrain.framework.autoconfigure.cache.properties.CacheProperties" } ], "hints": [] }