public static enum CacheControl.Visibility
Controls caching by proxies
public static CacheControl.Visibility Public
Specifies that the response is cacheable by clients and shared (proxy) caches.
public static CacheControl.Visibility Private
Specifies that the response is cacheable only on the client and not by shared (proxy server) caches.