Uses of Interface
kong.unirest.Cache.Key
-
Packages that use Cache.Key Package Description kong.unirest -
-
Uses of Cache.Key in kong.unirest
Methods in kong.unirest that return Cache.Key Modifier and Type Method Description Cache.KeyCache.KeyGenerator. apply(HttpRequest request, Boolean isAsync, Class<?> responseType)A function to generate a cache keyMethods in kong.unirest with parameters of type Cache.Key Modifier and Type Method Description <T> HttpResponseCache. get(Cache.Key key, Supplier<HttpResponse<T>> fetcher)Returns the cached HttpResponse for a key or uses the Supplier to fetch the response<T> CompletableFutureCache. getAsync(Cache.Key key, Supplier<CompletableFuture<HttpResponse<T>>> fetcher)Returns the cached HttpResponse for a key or uses the Supplier to fetch the response
-