Package org.wso2.carbon.caching.impl
Interface TenantCacheManager
-
- All Known Implementing Classes:
CacheManagerFactoryImpl
public interface TenantCacheManagerThis is used for tenant related caching operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveCacheManagerMap(String tenantDomain)Remove cache manager stored for a tenant domain.
-
-
-
Method Detail
-
removeCacheManagerMap
void removeCacheManagerMap(String tenantDomain)
Remove cache manager stored for a tenant domain. This can be used for special requirements such as tenant deletion.- Parameters:
tenantDomain- tenant domain. Value should not be null
-
-