CacheSetting Enumeration

Glimpse API

CacheSetting Enumeration Glimpse API Documentation
The OnlineEnum providing type safe access to cache directives as defined in OnlineSection 14.9 of RFC 2616.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public enum CacheSetting
public enum CacheSetting
Members

  Member nameValueDescription
Public0 Indicates that the response may be cached by any cache.
Private1 Indicates that the response is intended for a single user and must not be cached by a shared cache.
NoCache2 Indicates that the response should not be cached.
NoStore3 Indicates that the response should not be stored for sensitivity purposes.
See Also