MaxAge
class MaxAge : CacheControl
Represents a cache control value with the specified max ages and re-validation strategies
Constructors
MaxAge( Represents a cache control value with the specified max ages and re-validation strategies |
Properties
val maxAgeSeconds: Int max-age in seconds |
|
val mustRevalidate: Boolean
|
|
val proxyMaxAgeSeconds: Int? max-age in seconds for caching proxies |
|
val proxyRevalidate: Boolean
|
Inherited Properties
val visibility: Visibility? specifies an optional visibility such as private or public |
Functions
fun toString(): String |