GetCacheLockManagerAction action = new GetCacheLockManagerAction(cache);
return doPrivileged(action);
}
public static List<CommandInterceptor> getInterceptorChain(final AdvancedCache<?, ?> cache) {
GetCacheInterceptorChainAction action = new GetCacheInterceptorChainAction(cache);
return doPrivileged(action);
}