GetCacheRpcManagerAction action = new GetCacheRpcManagerAction(cache);
return doPrivileged(action);
}
static DistributionManager getCacheDistributionManager(final AdvancedCache<?, ?> cache) {
GetCacheDistributionManagerAction action = new GetCacheDistributionManagerAction(cache);
return doPrivileged(action);
}