Class CacheRegistryStore<E>
java.lang.Object
io.github.resilience4j.cache.CacheRegistryStore<E>
- All Implemented Interfaces:
io.github.resilience4j.core.RegistryStore<E>
public class CacheRegistryStore<E>
extends Object
implements io.github.resilience4j.core.RegistryStore<E>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cacheStore
-
-
Constructor Details
-
CacheRegistryStore
-
-
Method Details
-
computeIfAbsent
-
putIfAbsent
-
find
-
remove
-
replace
-
values
- Specified by:
valuesin interfaceio.github.resilience4j.core.RegistryStore<E>
-