Output.setCacheHeader
Output.setCacheHeader($expirationSecs) -> null
Description
Set an Expires header for $expirationSecs
from the current date time.
Output.setCacheHeader(Date.days(90))
Set an Expires header for $expirationSecs
from the current date time.
Output.setCacheHeader(Date.days(90))