Class CacheImpl.ComputeIfAbsent<K,V>
java.lang.Object
io.github.resilience4j.cache.internal.CacheImpl.ComputeIfAbsent<K,V>
- All Implemented Interfaces:
Serializable, javax.cache.processor.EntryProcessor<K,V, V>
static final class CacheImpl.ComputeIfAbsent<K,V>
extends Object
implements javax.cache.processor.EntryProcessor<K,V,V>, Serializable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final longprivate final io.github.resilience4j.core.functions.CheckedSupplier<V> -
Constructor Summary
ConstructorsConstructorDescriptionComputeIfAbsent(io.github.resilience4j.core.functions.CheckedSupplier<V> supplier) -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
supplier
-
-
Constructor Details
-
ComputeIfAbsent
ComputeIfAbsent(io.github.resilience4j.core.functions.CheckedSupplier<V> supplier)
-
-
Method Details
-
process
-