Class ExpiringMemoizingSupplier.ReturnValue<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T value  
    • Field Detail

      • value

        protected final T value
    • Method Detail

      • canMemoize

        public abstract boolean canMemoize()
      • value

        public T value()