Interface Cache<ID,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <ID,R> CacheFactory<ID, R> cache()static <ID,R> CacheFactory<ID, R> cache(Supplier<Map<ID, Collection<R>>> mapSupplier) static <ID,R> CacheFactory<ID, R> cache(Map<ID, Collection<R>> delegateMap) reactor.core.publisher.Mono<Map<ID,Collection<R>>>
-
Method Details
-
getAll
-
cache
-
cache
-
cache
-