How does Cache Reserve interact with "stale-while-revalidate" and "stale-if-error"

Wanted to understand better whats the expected behaviour for “Cache reserve” with the above.

  1. Will it serve “stale” content from the cache-reserve for the applicable 2 state
    a) While content is being updated
    b) When origin is down

  2. If any content is revalidated to be the “same”, would it be considered an additional “write”, this is applicable for content with very low max-age (eg: <= 5s). But is rarely actually changed (like once a week)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.