Output-caching can return stale results #40225
Labels
area-middleware
Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
feature-output-caching
Milestone
When the server returns an error, or a lock is acquired on this resource, the cache can return a stale entry depending on a timeout (grace period).
When an entry is stale and refreshed, if "If-Modified-Since" or "If-None-Match" are set, and the content is identical a 304 will be returned and the cached entry refreshed.
The text was updated successfully, but these errors were encountered: