| 195 | } |
| 196 | |
| 197 | Future<Void> TenantCache::build(Database cx) { |
| 198 | return TenantCacheImpl::build(this); |
| 199 | } |
| 200 | |
| 201 | Future<Void> TenantCache::monitorTenantMap() { |
| 202 | return TenantCacheImpl::monitorTenantMap(this); |
no outgoing calls
no test coverage detected