CacheSetting Enumeration | Glimpse API Documentation |
The Enum providing type safe access to cache directives as defined in Section 14.9 of RFC 2616.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Public | 0 | Indicates that the response may be cached by any cache. | |
Private | 1 | Indicates that the response is intended for a single user and must not be cached by a shared cache. | |
NoCache | 2 | Indicates that the response should not be cached. | |
NoStore | 3 | Indicates that the response should not be stored for sensitivity purposes. |
See Also