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