public class WeakCachedSupplier<T> extends Object implements java.util.function.Supplier<T>
| Constructor and Description |
|---|
WeakCachedSupplier(java.util.function.Supplier<T> fn) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
SoftCachedSupplier<T> |
getSoftRef() |
public WeakCachedSupplier(java.util.function.Supplier<T> fn)
@Nullable public T get()
get in interface java.util.function.Supplier<T>@Nonnull public SoftCachedSupplier<T> getSoftRef()
Copyright © 2019 SimiaCryptus Software. All rights reserved.