Generated by
JDiff

Class com.google.common.base.Suppliers

Added Methods
Supplier<T> memoizeWithExpiration(Supplier<T>, Duration) Returns a supplier that caches the instance supplied by the delegate and removes the cached value after the specified time has passed.