}
private void updateModelWithCache(PipelinePluginManifestCache cache) {
synchronized (lock) {
try {
model.setPluginPositions(cache.getPipelinePositions(entityType), new CacheBasedDisplayNameLookup(cache));
} catch (DataCacheException e) {
ErrorLog.log(PluginPositionSelectionService.class, "Failed to get cached plugin information.", e);
e.printStackTrace();
model.removeAllPluginPositions();
}