Symfony\Component\HttpFoundation Response::isFresh in PHP: 2 esempi trovati. Questi sono i migliori esempi reali in PHP per Symfony\Component\HttpFoundation\Response::isFresh, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Fresh responses may be served from cache without any interaction with the
origin. A response is considered fresh when it includes a Cache-Control/max-age
indicator or Expires header and the calculated age is less than the freshness lifetime.