CachingOptions

data class CachingOptions(cacheControl: CacheControl?, expires: GMTDate?)

Specifies caching properties for an OutgoingContent such as Cache-Control or Expires

Constructors

Link copied to clipboard
fun CachingOptions(cacheControl: CacheControl? = null, expires: GMTDate? = null)

Properties

Link copied to clipboard
val cacheControl: CacheControl? = null

header

Link copied to clipboard
val expires: GMTDate? = null

header