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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
-
cached
-
-
Constructor Details
-
CachingSupplier
-
-
Method Details
-
get
-