- Cache behavior in which a cache checks with the origin of a resource whether the resource has changed. If it has (HTTP 200 “OK” response), the origin server will also send the updated resource; if has not (HTTP 304 “Not Modified”), the cache will keep the resource.
- Previous term: Retained mode
- Next term: Reverse proxy
- Random term: ART