Visibility
enum class Visibility
Controls caching by proxies
Enum Values
Public
|
Specifies that the response is cacheable by clients and shared (proxy) caches.
|
Private
|
Specifies that the response is cacheable only on the client and not by shared (proxy server) caches.
|