Searched refs:expireIn (Results 1 – 1 of 1) sorted by relevance
197 private static int bucketizeExpireIn(long expireIn) { in bucketizeExpireIn() argument198 if (expireIn == Long.MAX_VALUE) { in bucketizeExpireIn()202 if (expireIn < 20 * ONE_SEC_IN_MILLIS) { in bucketizeExpireIn()204 } else if (expireIn < ONE_MINUTE_IN_MILLIS) { in bucketizeExpireIn()206 } else if (expireIn < ONE_MINUTE_IN_MILLIS * 10) { in bucketizeExpireIn()208 } else if (expireIn < ONE_HOUR_IN_MILLIS) { in bucketizeExpireIn()