Class ArtifactCacheManager
- java.lang.Object
-
- org.wso2.carbon.governance.api.cache.ArtifactCacheManager
-
public class ArtifactCacheManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTenantArtifactCache(ArtifactCache cache, int tenantId)static voidenableClientCache()static ArtifactCacheManagergetCacheManager()ArtifactCachegetTenantArtifactCache(int tenantId)voidremoveTenantArtifactCache(int tenantId)
-
-
-
Method Detail
-
enableClientCache
public static void enableClientCache()
-
getCacheManager
public static ArtifactCacheManager getCacheManager()
-
addTenantArtifactCache
public void addTenantArtifactCache(ArtifactCache cache, int tenantId)
-
getTenantArtifactCache
public ArtifactCache getTenantArtifactCache(int tenantId)
-
removeTenantArtifactCache
public void removeTenantArtifactCache(int tenantId)
-
-