From a0be82637a0f4ba0085837e97f6ea83f35d4bf38 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 27 Jan 2020 16:09:49 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 3b443065..e803138e 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -270,6 +270,11 @@ Also, you can define your own properties.

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

+

spring.cloud.loadbalancer.cache.capacity

+

256

+

Initial cache capacity expressed as int.

+ +

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>