Uses of Class
com.github.mizosoft.methanol.internal.cache.CacheResponse
-
Packages that use CacheResponse Package Description com.github.mizosoft.methanol.internal.cache -
-
Uses of CacheResponse in com.github.mizosoft.methanol.internal.cache
Methods in com.github.mizosoft.methanol.internal.cache that return CacheResponse Modifier and Type Method Description CacheResponseCacheResponse. with(java.util.function.Consumer<ResponseBuilder<?>> mutator)Methods in com.github.mizosoft.methanol.internal.cache that return types with arguments of type CacheResponse Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<CacheResponse>>LocalCache. get(java.net.http.HttpRequest request)Methods in com.github.mizosoft.methanol.internal.cache with parameters of type CacheResponse Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<NetworkResponse>>LocalCache. put(java.net.http.HttpRequest request, NetworkResponse networkResponse, @Nullable CacheResponse existingCacheResponse)java.util.concurrent.CompletableFuture<java.lang.Boolean>LocalCache. update(CacheResponse cacheResponse)
-