Class InvalidateVersionsCommand

java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.write.InvalidateVersionsCommand
All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand

public class InvalidateVersionsCommand extends BaseRpcCommand
Must be VisitableCommand as we want to catch it in persistence handling etc.
Author:
Radim Vansa <rvansa@redhat.com>