From ed6db407b4a383da1a8331415f24daac970a3c8f Mon Sep 17 00:00:00 2001 From: Kai Zander <61500114+kzander91@users.noreply.github.com> Date: Wed, 15 May 2024 12:28:46 +0200 Subject: [PATCH] Fix header of Caffeine-backed load balancer caching. (#1351) --- docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc b/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc index fcad589f..2bac92d3 100644 --- a/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc @@ -63,7 +63,7 @@ You can see more information and examples of usage in the following sections: Apart from the basic `ServiceInstanceListSupplier` implementation that retrieves instances via `DiscoveryClient` each time it has to choose an instance, we provide two caching implementations. -[[https://github-com/ben-manes/caffeine[caffeine]-backed-loadbalancer-cache-implementation]] +[[caffeine-backed-loadbalancer-cache-implementation]] === https://github.com/ben-manes/caffeine[Caffeine]-backed LoadBalancer Cache Implementation If you have `com.github.ben-manes.caffeine:caffeine` in the classpath, Caffeine-based implementation will be used.