HTTP Cache Filter
As of Envoy v1.18 the v2 API has been removed and is no longer supported.
If you are upgrading from v2 API config you may wish to view the v2 API documentation:
[extensions.filters.http.cache.v3.CacheConfig proto]
This extension may be referenced by the qualified name
This extension is work-in-progress. Functionality is incomplete and it is not intended for production use.
This extension is intended to be robust against both untrusted downstream and upstream traffic.
Tip
This extension extends and can be used with the following extension category:
typed_config
Tip
This extension category has the following known extensions:
allowed_vary_headers
(repeated ) List of matching rules that defines allowed Vary headers.
The vary response header holds a list of header names that affect the contents of a response, as described by https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
During lookup, allowed_vary_headers controls what request headers will be sent to the cache storage implementation.