Uses of Class
com.github.mizosoft.methanol.HttpCache
-
Packages that use HttpCache Package Description com.github.mizosoft.methanol -
-
Uses of HttpCache in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return HttpCache Modifier and Type Method Description HttpCacheHttpCache.Builder. build()Creates a newHttpCache.Methods in com.github.mizosoft.methanol that return types with arguments of type HttpCache Modifier and Type Method Description java.util.Optional<HttpCache>Methanol. cache()Returns this client'scache.java.util.List<HttpCache>Methanol. caches()Methods in com.github.mizosoft.methanol with parameters of type HttpCache Modifier and Type Method Description Methanol.BuilderMethanol.Builder. cache(HttpCache cache)Sets theHttpCacheto be used by the client.Method parameters in com.github.mizosoft.methanol with type arguments of type HttpCache Modifier and Type Method Description Methanol.BuilderMethanol.Builder. cacheChain(java.util.List<HttpCache> caches)Sets a chain of caches to be called one after another, in the order specified by the given list.
-