{
if (configuration.isNodeLockingOptimistic())
{
OptimisticInvalidateCommand returnValue = new OptimisticInvalidateCommand();
returnValue.initialize(txManager);
returnValue.initialize(cacheSpi, dataContainer, notifier);
command = returnValue;
}
else
{
InvalidateCommand returnValue = new InvalidateCommand();