MCPcopy Create free account
hub / github.com/apache/arrow / Reset

Method Reset

cpp/src/arrow/filesystem/s3fs.cc:1110–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108 }
1109
1110 void Reset() {
1111 std::unique_lock lock(mutex_);
1112 cache_.clear();
1113 }
1114
1115 static EndpointProviderCache* Instance() {
1116 static EndpointProviderCache instance;

Callers 2

DoWriteMethod · 0.45
FinalizeMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected