Interface SoftCache.Calculator<T>

  • Enclosing class:
    SoftCache<T>

    public static interface SoftCache.Calculator<T>
    • Method Detail

      • compute

        @Nullable
        T compute()
        Returns:
        computed value or null if value is not computed and should recomputed on next call