employeeService.getAllEmployee() .cache(Duration.ofMinutes(60)) .flatMap(employees -> { // process data })