org.wso2.carbon.governance.api.cache
Class ArtifactCacheManager

java.lang.Object
  extended by org.wso2.carbon.governance.api.cache.ArtifactCacheManager

public class ArtifactCacheManager
extends Object


Method Summary
 void addTenantArtifactCache(ArtifactCache cache, int tenantId)
           
static void enableClientCache()
           
static ArtifactCacheManager getCacheManager()
           
 ArtifactCache getTenantArtifactCache(int tenantId)
           
 void removeTenantArtifactCache(int tenantId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2012 WSO2 Inc. All Rights Reserved.