Mono <Person> findById(Long id) { return Mono.fromCompletionStage(() -> cache.getAsync(id)) .switchIfEmpty(repository.findById(id) .
確定! 回上一頁