358359360361362363364365
* Set last-usage date to to now for certain repository-entry. * @param */ public static void setLastUsageNowFor(final RepositoryEntry re) { if (re != null) { BackgroundTaskQueueManager.getInstance().addTask(new SetLastUsageBackgroundTask(re)); } }