Uses of Class
com.github.mizosoft.methanol.HttpCache
Packages that use HttpCache
-
Uses of HttpCache in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return HttpCacheMethods in com.github.mizosoft.methanol that return types with arguments of type HttpCacheModifier and TypeMethodDescriptionMethanol.cache()Returns this client'scache.Methanol.caches()Methods in com.github.mizosoft.methanol with parameters of type HttpCacheMethod parameters in com.github.mizosoft.methanol with type arguments of type HttpCacheModifier and TypeMethodDescriptionMethanol.Builder.cacheChain(List<HttpCache> caches) Sets a chain of caches to be called one after another, in the order specified by the given list.