else if (abstractKey instanceof ActuatorKey) {
dao = new ActuatorImageDAO(((ActuatorKey) abstractKey).getActuator(),
getErrorController());
}
else if (abstractKey instanceof SensorKey) {
dao = new SensorImageDAO(((SensorKey) abstractKey).getSensor(),
getErrorController());
}
numberImageDAOCache.register(abstractKey, dao);
}
registerDaoInList(dao);