class NoStore : CacheControl
Represents a no-store cache control value
NoStore(visibility: Visibility?)
Represents a no-store cache control value |
val visibility: Visibility?
specifies an optional visibility such as private or public |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |