From 6b2ecb0d73dddf73ef056203d71efa4feeef6f4a Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 22 Nov 2019 15:51:04 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 2 +- reference/html/spring-cloud-commons.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index 6bf2d147..3036a0db 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1353,7 +1353,7 @@ To make use of it, you need to have com.github.ben-manes.caffeine:caffeine The default setup includes expireAfterWrite set to 30 seconds and records set to soft references.

-

You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Duration API +

You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Spring Boot String to Duration converter syntax. as the value of spring.cloud.loadbalancer.cache.ttl property.

diff --git a/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html index 6bf2d147..3036a0db 100644 --- a/reference/html/spring-cloud-commons.html +++ b/reference/html/spring-cloud-commons.html @@ -1353,7 +1353,7 @@ To make use of it, you need to have com.github.ben-manes.caffeine:caffeine The default setup includes expireAfterWrite set to 30 seconds and records set to soft references.

-

You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Duration API +

You can set your own TTL value (the time after write after which entries should be expired), expressed as Duration, by passing a String compliant with the Spring Boot String to Duration converter syntax. as the value of spring.cloud.loadbalancer.cache.ttl property.