MCPcopy Create free account
hub / github.com/apple/foundationdb / invalidateCachedTenant

Method invalidateCachedTenant

fdbclient/NativeAPI.actor.cpp:1939–1941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1937}
1938
1939void DatabaseContext::invalidateCachedTenant(const TenantNameRef& tenant) {
1940 tenantCache.erase(tenant);
1941}
1942
1943void DatabaseContext::invalidateCache(const KeyRef& tenantPrefix, const KeyRef& key, Reverse isBackward) {
1944 Arena arena;

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected