Domain.log("Resetting cache for " + theUri.getParentUri(), LOG_CHANNEL, Logger.INFO);
((ExtendedStore) store).removeObjectFromCache(theUri.getParentUri());
}
}
}
nat.commit();
} catch(Exception e) {
if (Domain.isEnabled(LOG_CHANNEL, Logger.ERROR)) {
Domain.log("Error clearing cache: " + e + ". See stderr for stacktrace.", LOG_CHANNEL, Logger.ERROR);
e.printStackTrace();
}