Skip to content

Commit

Permalink
Update doc/fastly-configuration.rst
Browse files Browse the repository at this point in the history
Co-authored-by: David Buchmann <[email protected]>
  • Loading branch information
DemigodCode and dbu authored Oct 25, 2023
1 parent 24c125c commit c8e6b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fastly-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Purge

Fastly supports two types of deletion of cached items using tags:

1. Soft Purge: This is the default behavior. It will mark the cached item as stale and will serve the stale item until the TTL expires. Once the TTL expires, the stale item will be evicted from the cache and the next request will be fetched from the origin.
1. Soft Purge: This is the default behavior. It will mark the cached item as stale. Stale items *may* still be served (e.g. with the ``stale-while-revalidate`` or ``stale-on-error`` cache control headers. Once the TTL expires, the stale item will be evicted from the cache and the next request must be fetched from the origin.
2. Purge: This will immediately evict the cached item from the cache and the next request will be fetched from the origin.

There are different ways to purge the cache:
Expand Down

0 comments on commit c8e6b75

Please sign in to comment.