diff options
author | diegorego <diegorego@users.noreply.github.com> | 2021-11-07 09:26:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 09:26:09 -0300 |
commit | 174082611c8e9fe7748ded5f969a1c58749a5c42 (patch) | |
tree | 9031718c30bd246d2203956a8acd9aae0298fd88 /files/pt-br/web | |
parent | bd6a75dd32c02820b981091292e371e2ddf637f7 (diff) | |
download | translated-content-174082611c8e9fe7748ded5f969a1c58749a5c42.tar.gz translated-content-174082611c8e9fe7748ded5f969a1c58749a5c42.tar.bz2 translated-content-174082611c8e9fe7748ded5f969a1c58749a5c42.zip |
Update index.html (#2914)
Diffstat (limited to 'files/pt-br/web')
-rw-r--r-- | files/pt-br/web/http/caching/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/http/caching/index.html b/files/pt-br/web/http/caching/index.html index 819b7bb656..5786a07ffe 100644 --- a/files/pt-br/web/http/caching/index.html +++ b/files/pt-br/web/http/caching/index.html @@ -100,7 +100,7 @@ Cache-Control: public <p><img alt="Show how a proxy cache acts when a doc is not cache, in the cache and fresh, in the cache and stale." src="https://mdn.mozillademos.org/files/13771/HTTPStaleness.png" style="height: 910px; width: 822px;"></p> -<p>O tempo de Vida é calculado beaseado em vários headers. Se o "<code>Cache-control: max-age=N</code>" header é especificado, então o tempo de vida é igual a N. Se este header não está presente, o que ocorre com frequência, ele checa se um {{HTTPHeader("Expires")}} heade está presente. Se um <code>Expires</code> header existe, então é o valor menos o valor do {{HTTPHeader("Date")}} header determina o tempo de vida. Finalmente, se nenhum header está presente, procure pelo {{HTTPHeader("Last-Modified")}} header. Se este header está presente, então o tempo de vidaé igual ao valor do <code>Date</code> header menos o valor do <code>Last-modified</code> header dividido por 10.<br> +<p>O tempo de Vida é calculado beaseado em vários headers. Se o "<code>Cache-control: max-age=N</code>" header é especificado, então o tempo de vida é igual a N. Se este header não está presente, o que ocorre com frequência, ele checa se um {{HTTPHeader("Expires")}} header está presente. Se um <code>Expires</code> header existe, então é o valor menos o valor do {{HTTPHeader("Date")}} header determina o tempo de vida. Finalmente, se nenhum header está presente, procure pelo {{HTTPHeader("Last-Modified")}} header. Se este header está presente, então o tempo de vidaé igual ao valor do <code>Date</code> header menos o valor do <code>Last-modified</code> header dividido por 10.<br> O valor de expiração é computado por:</p> <pre>expirationTime = responseTime + freshnessLifetime - currentAge |