org.infinispan.cli.interpreter.statement
Class EvictStatement
java.lang.Object
org.infinispan.cli.interpreter.statement.EvictStatement
- All Implemented Interfaces:
- Statement
public class EvictStatement
- extends Object
- implements Statement
EvictStatement evicts an entry from the 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 |
EvictStatement
public EvictStatement(KeyData key)
execute
public Result execute(Session session)
- Specified by:
execute
in interface Statement
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.