2122232425262728293031
} @Override public Object perform(InvocationContext ctx) throws Throwable { BaseRegion region = regionFactory.getRegion(cacheName); region.invalidateRegion(); return null; } @Override public byte getCommandId() {