T - the type parameterpublic class SupplierWeakCache<T> extends Object implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
SupplierWeakCache(java.util.function.Supplier<T> fn)
Instantiates a new Supplier weak cache.
|
public SupplierWeakCache(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.