@NotThreadSafe public class CachingSupplier<T> extends Object implements Supplier<T>
Supplier
that returns a single, lazily instantiated, value.Constructor and Description |
---|
CachingSupplier(Supplier<T> backingSupplier) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.