Package com.networknt.schema.utils
Class CachingSupplier<T>
java.lang.Object
com.networknt.schema.utils.CachingSupplier<T>
- Type Parameters:
T
- the type of results supplied by this supplier
- All Implemented Interfaces:
Supplier<T>
Supplier
that caches the value.
This is not threadsafe.
-
Constructor Summary
Constructors -
Method Summary