(self, future)
| 538 | self.redisCaching.update_cache(query[i], vec, mem) |
| 539 | |
| 540 | def cahing_finished_callback(self, future): |
| 541 | self.my_property = future.result() |
| 542 | print("Long running task finished.") |
| 543 | |
| 544 | |
| 545 | @singleton |
nothing calls this directly
no outgoing calls
no test coverage detected