Behaves like {@link org.jboss.cache.commands.write.InvalidateCommand}. Also, potentially throws a cache exception if data versioning is used and the node in memory has a newer data version than what is passed in.
Finally, the data version of the in-memory node is updated to the version being evicted to prevent versions going out of sync.
@author Mircea.Markus@jboss.com
@since 2.2
@deprecated will be removed along with optimistic and pessimistic locking.