//okhttp/okhttp3/CacheControl/sMaxAgeSeconds
sMaxAgeSeconds¶
[common]\ expect val sMaxAgeSeconds: Int
The "s-maxage" directive is the max age for shared caches. Not to be confused with "max-age" for non-shared caches, As in Firefox and Chrome, this directive is not honored by this cache.
[jvm, nonJvm]\ [jvm]\
@get:JvmName(name = "sMaxAgeSeconds")
actual val sMaxAgeSeconds: Int
[nonJvm]\ actual val sMaxAgeSeconds: Int