@ -1931,7 +1932,28 @@ for example, in case of <a href="https://resilience4j.readme.io/docs/circuitbrea
@@ -1931,7 +1932,28 @@ for example, in case of <a href="https://resilience4j.readme.io/docs/circuitbrea
<p>Spring Cloud Context provides a <code>PropertySource</code> that caches random values based on a key. Outside of the caching
functionality it works the same as Spring Boot’s <ahref="https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/RandomValuePropertySource.java"><code>RandomValuePropertySource</code></a>.
This random value might be useful in the case where you want a random value that is consistent even after the Spring Application
context restarts. The property value takes the form of <code>cachedrandom.[yourkey].[type]</code> where <code>yourkey</code> is the key in the cache. The <code>type</code> value can
be any type supported by Spring Boot’s <code>RandomValuePropertySource</code>.</p>
@ -1931,7 +1932,28 @@ for example, in case of <a href="https://resilience4j.readme.io/docs/circuitbrea
@@ -1931,7 +1932,28 @@ for example, in case of <a href="https://resilience4j.readme.io/docs/circuitbrea
<p>Spring Cloud Context provides a <code>PropertySource</code> that caches random values based on a key. Outside of the caching
functionality it works the same as Spring Boot’s <ahref="https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/RandomValuePropertySource.java"><code>RandomValuePropertySource</code></a>.
This random value might be useful in the case where you want a random value that is consistent even after the Spring Application
context restarts. The property value takes the form of <code>cachedrandom.[yourkey].[type]</code> where <code>yourkey</code> is the key in the cache. The <code>type</code> value can
be any type supported by Spring Boot’s <code>RandomValuePropertySource</code>.</p>