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>