//okhttp/okhttp3/CacheControl/maxAgeSeconds
maxAgeSeconds¶
[common]\ expect val maxAgeSeconds: Int
The duration past the response’s served date that it can be served without validation.
[jvm, nonJvm]\ [jvm]\
@get:JvmName(name = "maxAgeSeconds")
actual val maxAgeSeconds: Int
[nonJvm]\ actual val maxAgeSeconds: Int