//okhttp/okhttp3/CacheControl/Companion/parse
parse¶
[common]\ expect fun parse(headers: Headers): CacheControl
Returns the cache directives of headers. This honors both Cache-Control and Pragma headers if they are present.
[jvm, nonJvm]\ [jvm]\
actual fun parse(headers: Headers): CacheControl
[nonJvm]\ actual fun parse(headers: Headers): CacheControl