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.Key
Cache.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> HttpResponse
Cache. get(Cache.Key key, Supplier<HttpResponse<T>> fetcher)
Returns the cached HttpResponse for a key or uses the Supplier to fetch the response<T> CompletableFuture
Cache. getAsync(Cache.Key key, Supplier<CompletableFuture<HttpResponse<T>>> fetcher)
Returns the cached HttpResponse for a key or uses the Supplier to fetch the response
-