Configuration for HTTP caching of network requests.
The directory used for caching, e.g., File(application.cacheDir, "http_cache").
File(application.cacheDir, "http_cache")
The maximum size of the cache in bits, e.g., 50L * 1024L * 1024L for 50 MiB.
50L * 1024L * 1024L