Updated Branches: refs/heads/master d314e59f9 -> 6e52a1516
TS-2303 updating documentation for negative response caching Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/61f4ded8 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/61f4ded8 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/61f4ded8 Branch: refs/heads/master Commit: 61f4ded87d0ab19221126a83e66b78761c386857 Parents: d314e59 Author: Thomas Jackson <[email protected]> Authored: Mon Nov 11 18:52:46 2013 -0800 Committer: Thomas Jackson <[email protected]> Committed: Mon Nov 11 18:52:46 2013 -0800 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/61f4ded8/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index d3fa32f..cf2d39a 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -842,13 +842,14 @@ Negative Response Caching When enabled (``1``), Traffic Server caches negative responses (such as ``404 Not Found``) when a requested page does not exist. The next time a client requests the same page, Traffic Server serves the negative response directly from - cache. + cache. When disabled (``0``) Traffic Server will only cache the response if the response has ``Cache-Control`` headers. .. note:: ``Cache-Control`` directives from the server forbidding ache are ignored for the following HTTP response codes, regardless - of the value specified for the :ts:cv:`proxy.config.http.negative_caching_enabled` variable. The - following negative responses are cached by Traffic Server::: + of the value specified for the :ts:cv:`proxy.config.http.negative_caching_enabled` variable. + + The following negative responses are cached by Traffic Server: 204 No Content 305 Use Proxy
