CachingOptions
data class CachingOptions(cacheControl: CacheControl?, expires: GMTDate?)
Content copied to clipboard
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)
Content copied to clipboard