Searched refs:DAYS_TO_MILLIS (Results 1 – 1 of 1) sorted by relevance
51 private static final long DAYS_TO_MILLIS = 1000 * 60 * 60 * 24; field in HashedStringCache142 return delta >= saltExpirationDays * DAYS_TO_MILLIS || delta < 0; in checkNeedsNewSalt()