ktor
1.6.8
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
ktor-http
/
io.ktor.http
/
CacheControl
/
NoCache
No
Cache
common
class
NoCache
(
visibility
:
CacheControl.Visibility
?
)
:
CacheControl
Content copied to clipboard
Represents a no-cache cache control value
Constructors
Functions
Properties
Constructors
No
Cache
Link copied to clipboard
common
fun
NoCache
(
visibility
:
CacheControl.Visibility
?
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
visibility
Link copied to clipboard
common
val
visibility
:
CacheControl.Visibility
?
Content copied to clipboard