public class ArtifactCacheManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
addTenantArtifactCache(ArtifactCache cache,
int tenantId) |
static void |
enableClientCache() |
static ArtifactCacheManager |
getCacheManager() |
ArtifactCache |
getTenantArtifactCache(int tenantId) |
void |
removeTenantArtifactCache(int tenantId) |
public static void enableClientCache()
public static ArtifactCacheManager getCacheManager()
public void addTenantArtifactCache(ArtifactCache cache, int tenantId)
public ArtifactCache getTenantArtifactCache(int tenantId)
public void removeTenantArtifactCache(int tenantId)
Copyright © 2015 WSO2. All Rights Reserved.