CacheFlags¶
Possible caching flags that a Cache-Control
header can send.
Fields:¶
CacheFlags.None¶
- No special treatment required.
CacheFlags.MustRevalidate¶
- Indicates whether the entity must be revalidated with the server or can be serverd directly from the cache without touching the server when the content is considered stale. More details can be found here:
CacheFlags.NoCache¶
- If it's true, the client always have to revalidate the cached content when it's stale. More details can be found here: