mustRevalidate property

bool mustRevalidate
final

The "must-revalidate" response directive indicates that once it has become stale, a cache MUST NOT use the response to satisfy subsequent requests without successful validation on the origin server. https://datatracker.ietf.org/doc/html/rfc7234#section-5.2.2.1

Implementation

final bool mustRevalidate;