Package | Description |
---|---|
org.wso2.carbon.registry.core.caching | |
org.wso2.carbon.registry.core.utils |
Modifier and Type | Method and Description |
---|---|
protected static javax.cache.Cache<RegistryCacheKey,RegistryCacheEntry> |
PathCache.getCache()
The path cache.
|
Modifier and Type | Method and Description |
---|---|
static RegistryCacheKey |
RegistryUtils.buildRegistryCacheKey(String connectionId,
int tenantId,
String resourcePath)
Builds the cache key for a resource path.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 WSO2 Inc. All Rights Reserved.