public class CachingOptionsKt
Modifier and Type | Method and Description |
---|---|
static CachingOptions |
getCaching(OutgoingContent $receiver)
Gets or sets
class CacheControl instance as an extension property on this content |
static io.ktor.util.AttributeKey<io.ktor.http.content.CachingOptions> |
getCachingProperty()
Specifies a key for CacheControl extension property for
class OutgoingContent |
static void |
setCaching(OutgoingContent $receiver,
CachingOptions value)
Gets or sets
class CacheControl instance as an extension property on this content |
public static io.ktor.util.AttributeKey<io.ktor.http.content.CachingOptions> getCachingProperty()
Specifies a key for CacheControl extension property for class OutgoingContent
class OutgoingContent
public static CachingOptions getCaching(OutgoingContent $receiver)
Gets or sets class CacheControl
instance as an extension property on this content
class CacheControl
public static void setCaching(OutgoingContent $receiver, CachingOptions value)
Gets or sets class CacheControl
instance as an extension property on this content
class CacheControl