From 6b2ecb0d73dddf73ef056203d71efa4feeef6f4a Mon Sep 17 00:00:00 2001
From: buildmaster 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.
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.