diff --git a/reference/html/appendix.html b/reference/html/appendix.html index aa900de6..74d40261 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -265,6 +265,16 @@ Also, you can define your own properties.

Whether to use only interfaces with site local addresses. See {@link InetAddress#isSiteLocalAddress()} for more details.

+

spring.cloud.loadbalancer.cache.caffeine.spec

+ +

The spec to use to create caches. See CaffeineSpec for more details on the spec format.

+ + +

spring.cloud.loadbalancer.cache.ttl

+

30s

+

Time To Live - time counted from writing of the record, after which cache entries are expired, expressed as a {@link Duration}. The property {@link String} has to be in keeping with the appropriate syntax as specified in Spring Boot <code>StringToDurationConverter</code>. @see <a href= "https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/convert/StringToDurationConverter.java">StringToDurationConverter.java</a>

+ +

spring.cloud.loadbalancer.retry.enabled

true