Uses of Interface
kong.unirest.core.Cache.Key
-
Packages that use Cache.Key Package Description kong.unirest.core -
-
Uses of Cache.Key in kong.unirest.core
Methods in kong.unirest.core 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.core 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
-