public class ISCacheRegistry extends java.lang.Object implements ISCacheRegistryMBean
| Constructor and Description |
|---|
ISCacheRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addManager(java.lang.String scope)
Add new Cache manager for the given scope
|
boolean |
delManager(GCUBEScope scope)
Delete the Cache manager for the given scope
|
boolean |
delManager(java.lang.String scope)
Delete the Cache manager for the given scope
|
ISCacheManager |
getManager(java.lang.String scope)
Get
ISCacheManager instance for the given scope |
public boolean addManager(java.lang.String scope)
throws java.lang.Exception
addManager in interface ISCacheRegistryMBeanscope - scopejava.lang.Exception - in case of errororg.gcube.informationsystem.cache.ISCacheRegistryMBean#addManager(org.gcube.common.core.scope.GCUBEScope)public ISCacheManager getManager(java.lang.String scope) throws java.lang.Exception
ISCacheManager instance for the given scopescope - scopeISCacheManager instance for the given scopejava.lang.Exception - in case of errororg.gcube.informationsystem.cache.ISCacheRegistryMBean#delManager(org.gcube.common.core.scope.GCUBEScope)public boolean delManager(java.lang.String scope)
throws java.lang.Exception
delManager in interface ISCacheRegistryMBeanscope - scopejava.lang.Exception - in case of errorpublic boolean delManager(GCUBEScope scope)
throws java.lang.Exception
delManager in interface ISCacheRegistryMBeanscope - scopejava.lang.Exception - in case of error