Ktor
Toggle table of contents
3.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
Platform filter
common
Switch theme
Search in API
Ktor
ktor-http
/
io.ktor.http
/
CacheControl
/
NoCache
No
Cache
class
NoCache
(
val
visibility
:
CacheControl.Visibility
?
)
:
CacheControl
(
source
)
Represents a no-cache cache control value
Report a problem
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