Value | Description |
---|---|
NoControl | Does not add a Cache-Control or Expires header to the response. The numeric value is 0 . |
DisableCache | Adds a Cache-Control: no-cache header to the response. The numeric value is 1 . |
UseMaxAge | Adds a Cache-Control: max-age=<nnn> header to the response based on the value specified in the CacheControlMaxAge attribute. The numeric value is 2 . |
UseExpires | Adds an Expires: <date> header to the response based on the date specified in the httpExpires attribute. The numeric value is 3 . |