Table of Contents

About

expires is a response header part of the http cache control header that gives the date/time after which a response in a cache store is considered stale.

Example

In a html meta

<META http-equiv="Expires" content="Tue, 20 Aug 1996 14:25:27 GMT">

where the value is a http timestamp

Documentation / Reference