File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The package defines two http middlewares:
5959- ` RequestCacheMiddleware ` : If a request is cacheable the cache is asked first and only if no response is found the
6060 request is passed down the middleware chain. The cache lifetime and tags are determined from the
6161 ` X-FullPageCache-Enabled ` , ` X-FullPageCache-Lifetime ` and ` X-FullPageCache-Tags ` that are set by upstream middlewares
62- or controllers. Additionally the middleware adds ` ETag ` and ` CacheControl ` Headers taking the lifetime and setting
62+ or controllers. Additionally the middleware adds ` ETag ` and ` Cache-Control ` Headers taking the lifetime and setting
6363 ` maxPublicCacheTime ` into account.
6464
6565- ` FusionAutoconfigurationMiddleware ` : Connects to the fusion cache and extracts tags plus the allowed lifetime which is then
You can’t perform that action at this time.
0 commit comments