org.infinispan.cli.interpreter.statement
Class RemoveStatement
java.lang.Object
org.infinispan.cli.interpreter.statement.RemoveStatement
- All Implemented Interfaces:
- Statement
public class RemoveStatement
- extends Object
- implements Statement
Implements the "rm [cache.]key" statetement which removes the specified key from a cache
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveStatement
public RemoveStatement(KeyData key,
Object value)
execute
public Result execute(Session session)
- Specified by:
execute
in interface Statement
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.