}
protected void evictAllInternal() {
try {
clearNearCache();
final Operation operation = new EvictAllOperation(name);
final NodeEngine nodeEngine = getNodeEngine();
final Map<Integer, Object> resultMap
= nodeEngine.getOperationService().invokeOnAllPartitions(SERVICE_NAME,
new BinaryOperationFactory(operation, nodeEngine));