lastCacheUpdate = (NotesDateTime) vecLastCacheUpdate.firstElement();
LOGGER.logp(Level.FINE, CLASS_NAME, METHOD,
"Last directory cache update time is: " + lastCacheUpdate);
}
double elapsedMinutes = now.timeDifference(lastCacheUpdate) / 60;
LOGGER.logp(Level.FINE, CLASS_NAME, METHOD,
"Time difference since last directory cache update is: "
+ elapsedMinutes);
// Check poll interval