| 119 | uint64_t m_timeout; |
| 120 | |
| 121 | void sync() { |
| 122 | m_client.sync_commit<double, std::milli>(std::chrono::milliseconds(m_timeout)); |
| 123 | mgb_assert(valid()); |
| 124 | } |
| 125 | }; |
| 126 | |
| 127 | class ExtendedInFilePersistentCache final : public ExtendedPersistentCache { |
no outgoing calls