| 131 | } |
| 132 | |
| 133 | FileHandleCache::~FileHandleCache() { |
| 134 | shut_down_promise_.Set(true); |
| 135 | if (eviction_thread_ != nullptr) eviction_thread_->Join(); |
| 136 | } |
| 137 | |
| 138 | Status FileHandleCache::Init() { |
| 139 | return Thread::Create("disk-io-mgr-handle-cache", "File Handle Timeout", |