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