Skip to content

Commit

Permalink
Fix header of Caffeine-backed load balancer caching. (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzander91 committed May 15, 2024
1 parent 7625c4c commit ed6db40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed6db40

Please sign in to comment.