KEY
- Key typeVALUE
- Value typepublic static interface CacheFlux.FluxCacheBuilderCacheMiss<KEY,VALUE>
Modifier and Type | Method and Description |
---|---|
default CacheFlux.FluxCacheBuilderCacheWriter<KEY,VALUE> |
onCacheMissResume(Flux<VALUE> other)
Setup original source to fallback to in case of cache miss.
|
CacheFlux.FluxCacheBuilderCacheWriter<KEY,VALUE> |
onCacheMissResume(Supplier<Flux<VALUE>> otherSupplier)
Setup original source to fallback to in case of cache miss, through a
Supplier which allows lazy resolution of the source. |
default CacheFlux.FluxCacheBuilderCacheWriter<KEY,VALUE> onCacheMissResume(Flux<VALUE> other)
other
- original sourcenext step
of the builder