toggle menu
ktor
3.0.0-rc-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-http
/
io.ktor.http
/
CacheControl
/
NoCache
No
Cache
class
NoCache
(
val
visibility
:
CacheControl.Visibility
?
)
:
CacheControl
Represents a no-cache cache control value
Members
Constructors
No
Cache
Link copied to clipboard
constructor
(
visibility
:
CacheControl.Visibility
?
)
Properties
visibility
Link copied to clipboard
val
visibility
:
CacheControl.Visibility
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String