Skip to content

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.

CacheFlags.NoCache

If it's true, the client always have to revalidate the cached content when it's stale.

Comments