This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpKernel/HttpCache
Marc Weistroff bebdcb242d [HttpKernel] Added response cache-control modification if page is composed of ESIs.
Rules are :
- If one of the ESI has validation cache strategy, the whole page will be
forced to validate.
- In none of the ESI has validation, the response will feature a Cache-Control
directive with s-maxage value equals to the smallest TTL of ESIs.
2011-02-07 01:34:14 +01:00
..
EsiListenerTest.php renamed HttpKernel/Cache/ namespace to HttpKernel/HttpCache/ 2011-01-26 21:44:54 +01:00
EsiTest.php renamed HttpKernel/Cache/ namespace to HttpKernel/HttpCache/ 2011-01-26 21:44:54 +01:00
HttpCacheTest.php [HttpKernel] Added response cache-control modification if page is composed of ESIs. 2011-02-07 01:34:14 +01:00
HttpCacheTestCase.php [HttpKernel] Added response cache-control modification if page is composed of ESIs. 2011-02-07 01:34:14 +01:00
StoreTest.php [HttpKernel] added a StoreInterface 2011-01-31 14:15:12 +01:00
TestHttpKernel.php renamed HttpKernel/Cache/ namespace to HttpKernel/HttpCache/ 2011-01-26 21:44:54 +01:00
TestMultipleHttpKernel.php [HttpKernel] Added response cache-control modification if page is composed of ESIs. 2011-02-07 01:34:14 +01:00