namespace Symfony\Component\HttpKernel\HttpCache
Object name | File name | Summary |
---|---|---|
AbstractSurrogate | vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php | Abstract class implementing Surrogate capabilities to Request and Response instances. |
Esi | vendor/symfony/http-kernel/HttpCache/Esi.php | Esi implements the ESI capabilities to Request and Response instances. |
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. |
SubRequestHandler | vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php | @author Nicolas Grekas <p@tchwork.com> |
SurrogateInterface | vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php |