Interface DefaultCache
public interface DefaultCache
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <ID,
R, RRC, CTX extends CacheContext<ID, R, RRC, CTX>>
CacheFactory<ID, R, RRC, CTX> cache()
static <ID,
R, RRC, CTX extends CacheContext<ID, R, RRC, CTX>>
CacheFactory<ID, R, RRC, CTX> cache
(Function<Iterable<ID>, reactor.core.publisher.Mono<Map<ID, RRC>>> getAll, BiFunction<Iterable<ID>, Cache.FetchFunction<ID, RRC>, reactor.core.publisher.Mono<Map<ID, RRC>>> computeAll, Function<Map<ID, RRC>, reactor.core.publisher.Mono<?>> putAll, Function<Map<ID, RRC>, reactor.core.publisher.Mono<?>> removeAll)
-
Method Details
-
cache
-
cache
static <ID,R, CacheFactory<ID,RRC, CTX extends CacheContext<ID, R, RRC, CTX>> R, cacheRRC, CTX> (Function<Iterable<ID>, reactor.core.publisher.Mono<Map<ID, RRC>>> getAll, BiFunction<Iterable<ID>, Cache.FetchFunction<ID, RRC>, reactor.core.publisher.Mono<Map<ID, RRC>>> computeAll, Function<Map<ID, RRC>, reactor.core.publisher.Mono<?>> putAll, Function<Map<ID, RRC>, reactor.core.publisher.Mono<?>> removeAll)
-