Interface AdapterCache
public interface AdapterCache
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <ID,
RRC> Cache<ID, RRC> adapterCache
(BiFunction<Iterable<ID>, Boolean, reactor.core.publisher.Mono<Map<ID, RRC>>> getAll, Function<Map<ID, RRC>, reactor.core.publisher.Mono<?>> putAll, Function<Map<ID, RRC>, reactor.core.publisher.Mono<?>> removeAll)
-
Method Details
-
adapterCache
-