T - the type parameterpublic class SoftCachedSupplier<T> extends Object implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
SoftCachedSupplier(java.util.function.Supplier<T> fn)
Instantiates a new Soft cached supplier.
|
public SoftCachedSupplier(java.util.function.Supplier<T> fn)
fn - the fn@Nullable public T get()
get in interface java.util.function.Supplier<T>Copyright © 2018 SimiaCryptus Software. All rights reserved.