Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Berl <a.berl@outlook.com>
  • Loading branch information
mficzel and albe authored Oct 31, 2021
1 parent 725d124 commit d7e9df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The package defines two http middlewares:
- `RequestCacheMiddleware`: If a request is cacheable the cache is asked first and only if no response is found the
request is passed down the middleware chain. The cache lifetime and tags are determined from the
`X-FullPageCache-Enabled`, `X-FullPageCache-Lifetime` and `X-FullPageCache-Tags` that are set by upstream middlewares
or controllers. Additionally the middleware adds `ETag` and `CacheControl` Headers taking the lifetime and setting
or controllers. Additionally the middleware adds `ETag` and `Cache-Control` Headers taking the lifetime and setting
`maxPublicCacheTime` into account.

- `FusionAutoconfigurationMiddleware`: Connects to the fusion cache and extracts tags plus the allowed lifetime which is then
Expand Down

0 comments on commit d7e9df0

Please sign in to comment.