mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: cache: Add new caching limitation information
Responses that do not have an explicit expiration time or a validator
will not be cached anymore.
Must be backported if cc9bf2e ("MEDIUM: cache: Change caching
conditions") is backported.
This commit is contained in:
parent
345ebcfc01
commit
d493bc863d
1 changed files with 3 additions and 0 deletions
|
|
@ -14300,6 +14300,9 @@ The cache won't store and won't deliver objects in these cases:
|
|||
- If the response contains a Vary header
|
||||
- If the Content-Length + the headers size is greater than "max-object-size"
|
||||
- If the response is not cacheable
|
||||
- If the response does not have an explicit expiration time (s-maxage or max-age
|
||||
Cache-Control directives or Expires header) or a validator (ETag or Last-Modified
|
||||
headers)
|
||||
|
||||
- If the request is not a GET
|
||||
- If the HTTP version of the request is smaller than 1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue