Interface ExpiryStrategy<T>

    • Method Detail

      • expiryTime

        long expiryTime​(T it)
        Determines the expiration time for the given element.
        Parameters:
        it - the element to determine the expiration time for.
        Returns:
        the expiration time, as milliseconds from the UTC epoch.