Home
last modified time | relevance | path

Searched defs:CachedSupplier (Results 1 – 2 of 2) sorted by relevance

/external/json-schema-validator/src/main/java/com/networknt/schema/
DCachedSupplier.java25 public class CachedSupplier<T> implements Supplier<T> { class
29 public CachedSupplier(Supplier<T> delegate) { in CachedSupplier() method in CachedSupplier
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/
DCachedSupplier.java48 public class CachedSupplier<T> implements Supplier<T>, SdkAutoCloseable { class
111 private CachedSupplier(Builder<T> builder) { in CachedSupplier() method in CachedSupplier