Uses of Class
org.wso2.carbon.registry.core.caching.RegistryCacheKey

Packages that use RegistryCacheKey
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.utils   
 

Uses of RegistryCacheKey in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching that return types with arguments of type RegistryCacheKey
protected static javax.cache.Cache<RegistryCacheKey,RegistryCacheEntry> PathCache.getCache()
          The path cache.
 

Uses of RegistryCacheKey in org.wso2.carbon.registry.core.utils
 

Methods in org.wso2.carbon.registry.core.utils that return RegistryCacheKey
static RegistryCacheKey RegistryUtils.buildRegistryCacheKey(String connectionId, int tenantId, String resourcePath)
          Builds the cache key for a resource path.
 

Methods in org.wso2.carbon.registry.core.utils that return types with arguments of type RegistryCacheKey
static javax.cache.Cache<RegistryCacheKey,org.wso2.carbon.registry.api.GhostResource> RegistryUtils.getResourceCache(String name)
          Method used to retrieve cache object for resources
static javax.cache.Cache<RegistryCacheKey,RegistryCacheEntry> RegistryUtils.getResourcePathCache(String name)
          Method used to retrieve cache object for resource paths.
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.