Updated Branches: refs/heads/4.1.x 2b0351f43 -> 0212e7b52
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/c6599abb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c6599abb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c6599abb Branch: refs/heads/4.1.x Commit: c6599abb59f3acd6ee6a88f88fdd2a5f4bf87e7c Parents: e49f0b6 Author: Thomas Jackson <[email protected]> Authored: Mon Nov 11 18:52:46 2013 -0800 Committer: Igor GaliÄ <[email protected]> Committed: Tue Nov 12 23:56:48 2013 +0100 ---------------------------------------------------------------------- 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/c6599abb/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
