Update caching documentation for VaryByQueryKeys (#5422)

pull/5423/head
Nathan Brown 2018-02-09 15:42:13 -07:00 committed by Luke Latham
parent b08c7ad8aa
commit ead4c5143e
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ if (responseCachingFeature != null)
}
```
Using a single value equal to `*` in `VaryByQueryKeys` varies the cache by all request query parameters.
## HTTP headers used by Response Caching Middleware
Response caching by the middleware is configured using HTTP headers.