cacheInstance.putInCache("recacheMark", "" + System.currentTimeMillis());
}
catch (Exception e2)
{
logger.warn("Flushing all as it was a missing entity - was probably a delete:" + e2.getMessage());
cacheInstance.flushAll();
}
cacheInstance.flushGroup("content_" + contentId);
logger.info("Clearing assetUrlCacheWithGroups for content:" + "content_" + contentId);
}