Visibility

enum Visibility : Enum<CacheControl.Visibility>

Controls caching by proxies

Entries

Link copied to clipboard
Private("private")

Specifies that the response is cacheable only on the client and not by shared (proxy server) caches.

Link copied to clipboard
Public("public")

Specifies that the response is cacheable by clients and shared (proxy) caches.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int