9596979899100101102103
public void cellRemoved(CellMO cell) { // make sure this cell is removed from the service cache CellResourceManagerInternal crmi = AppContext.getManager(CellResourceManagerInternal.class); crmi.invalidateCellResource(cell.getCellID()); } } }