+[{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.expire-after-write","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-write","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.expire-after-access","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the last access of its value.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-access","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.cache.redis.prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.cache.redis.use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocSection":{"name":"quarkus.cache.redis.caches-config","optional":false,"withinAMap":false,"sectionDetails":"= Additional configuration applied to a specific Redis cache (highest precedence)","sectionDetailsTitle":"Additional configuration applied to a specific Redis cache (highest precedence)","configPhase":"RUN_TIME","topLevelGrouping":"quarkus.cache.redis","configGroupType":"io.quarkus.cache.redis.runtime.RedisCacheRuntimeConfig","showSection":true,"configDocItems":[{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.\"cache-name\".expire-after-write","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-write","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.\"cache-name\".expire-after-access","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the last access of its value.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-access","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.cache.redis.\"cache-name\".prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.cache.redis.\"cache-name\".use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}}],"anchorPrefix":null}}]
0 commit comments