sttp.client4.caching.CachingConfig
See theCachingConfig companion class
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
trait Product
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Default caching config. Caching happens when:
Default caching config. Caching happens when:
- the request is a GET or HEAD request
- the response contains a Cache-Control header with a max-age directive; the response is cached for the duration specified in this directive
Responses are stored in the cache, serialized to JSON using jsoniter-scala.
Attributes