GetCacheComponentRegistryAction action = new GetCacheComponentRegistryAction(cache);
return doPrivileged(action);
}
public static ComponentStatus getCacheStatus(AdvancedCache<?, ?> cache) {
GetCacheStatusAction action = new GetCacheStatusAction(cache);
return doPrivileged(action);
}