Interface SearchTenantProvider
- All Known Implementing Classes:
ExternalSearchTenantProvider
public interface SearchTenantProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearCache
(String tenantId) Clear any cached default locale for the tenant ID.readDefaultLocaleByTenantId
(String tenantId) Returns the default locale for the tenant with the given ID.
-
Method Details
-
readDefaultLocaleByTenantId
Returns the default locale for the tenant with the given ID.- Parameters:
tenantId
- The tenant ID to get default locale for- Returns:
- Default locale for the tenant ID
-
clearCache
Clear any cached default locale for the tenant ID.- Parameters:
tenantId
- The tenant ID to clear
-