Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
specify target list for example
  • Loading branch information
mnot committed Dec 10, 2021
1 parent 60f4d7f commit d0e9572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-targeted-cache-control.md
Expand Up @@ -197,7 +197,7 @@ CDN caches that use CDN-Cache-Control will typically forward this header so that

## Examples

For example, the following header fields would instruct a CDN cache to consider the response fresh for 600 seconds, other shared caches for 120 seconds and any remaining caches for 60 seconds:
For example, the following header fields would instruct a CDN cache (i.e., a cache with a target list of `\[CDN-Cache-Control]]`) to consider the response fresh for 600 seconds, other shared caches for 120 seconds and any remaining caches for 60 seconds:

~~~ http-message
Cache-Control: max-age=60, s-maxage=120
Expand Down

0 comments on commit d0e9572

Please sign in to comment.