Interface UptodateValue.TimeToLiveProvider<T>

  • Type Parameters:
    T - Should be the same as the parameter for UptodateValue class
    Enclosing class:
    UptodateValue<T>

    public static interface UptodateValue.TimeToLiveProvider<T>
    Since:
    10.0
    • Method Detail

      • getTimeToLiveMillis

        long getTimeToLiveMillis​(@NotNull
                                 T cachedValue)