namespace Symfony\Component\HttpKernel\HttpCache

Classsort descending Location Description
Esi drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php Esi implements the ESI capabilities to Request and Response instances.
EsiResponseCacheStrategy drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php EsiResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different ESI response cache headers.
EsiResponseCacheStrategyInterface drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategyInterface.php EsiResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different ESI response cache headers.
HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php Cache provides HTTP caching.
Store drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php Store implements all the logic for storing cache metadata (Request and Response headers).
StoreInterface drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php Interface implemented by HTTP cache stores.