From a27a873d21c614bb7c02dc249a5edd1ad0d30a8c Mon Sep 17 00:00:00 2001 From: Tony Li Date: Sat, 12 Aug 2017 03:12:02 -0400 Subject: [PATCH] update cache table --- docs/annotations.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/annotations.md b/docs/annotations.md index 24651437f..2cc42af9b 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -69,11 +69,11 @@ Key: ## Caching -| Name | Meaning -| --- | --- -| `cache-enable` | Cache responses according to Expires or Cache-Control headers (trafficserver) -| `cache-generation` | An arbitrary numeric value included in the cache key; changing this effectively clears the cache for this ingress. (trafficserver) -| `cache-ignore-query-params` | Space-separate list of globs matching URL parameters to ignore when doing cache lookups. (trafficserver) -| `cache-whitelist-query-params` | Ignore any URL parameters not in this whitespace-separate list of globs. (trafficserver) -| `cache-sort-query-params` | Lexically sort the query parameters by name before cache lookup. (trafficserver) -| `cache-ignore-cookies` | Requests containing a `Cookie:` header will not use the cache unless all the cookie names match this whitespace-separate list of globs. (trafficserver) +| Name | Meaning | Default | Controller +| --- | --- | --- | --- | +| `cache-enable` | Cache responses according to Expires or Cache-Control headers. | | trafficserver +| `cache-generation` | An arbitrary numeric value included in the cache key; changing this effectively clears the cache for this ingress. | | trafficserver +| `cache-ignore-query-params` | Space-separate list of globs matching URL parameters to ignore when doing cache lookups. | | trafficserver +| `cache-whitelist-query-params` | Ignore any URL parameters not in this whitespace-separate list of globs. | | trafficserver +| `cache-sort-query-params` | Lexically sort the query parameters by name before cache lookup. | | trafficserver +| `cache-ignore-cookies` | Requests containing a `Cookie:` header will not use the cache unless all the cookie names match this whitespace-separate list of globs. | | trafficserver