public Mono<CacheData<T>> cacheable(ID id, Function<ID, Mono<T>> fallback) { return get(id) .onErrorResume(throwable -> Mono.defer(() ...
確定! 回上一頁