You are here

namespace Symfony\Component\HttpKernel\HttpCache in Zircon Profile 8.0

Same name in other branches
  1. 8 Symfony\Component\HttpKernel\HttpCache
Classsort descending Location Description
Esi vendor/symfony/http-kernel/HttpCache/Esi.php Esi implements the ESI capabilities to Request and Response instances.
EsiResponseCacheStrategy vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategy.php EsiResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different ESI response cache headers.
EsiResponseCacheStrategyInterface vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategyInterface.php ResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different response cache headers.
HttpCache vendor/symfony/http-kernel/HttpCache/HttpCache.php Cache provides HTTP caching.
ResponseCacheStrategy vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php ResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different response cache headers.
ResponseCacheStrategyInterface vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php ResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different response cache headers.
Ssi vendor/symfony/http-kernel/HttpCache/Ssi.php Ssi implements the SSI capabilities to Request and Response instances.
Store vendor/symfony/http-kernel/HttpCache/Store.php Store implements all the logic for storing cache metadata (Request and Response headers).
StoreInterface vendor/symfony/http-kernel/HttpCache/StoreInterface.php Interface implemented by HTTP cache stores.
SurrogateInterface vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php