comparison vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
28 */ 28 */
29 class ResponseCacheStrategy implements ResponseCacheStrategyInterface 29 class ResponseCacheStrategy implements ResponseCacheStrategyInterface
30 { 30 {
31 private $cacheable = true; 31 private $cacheable = true;
32 private $embeddedResponses = 0; 32 private $embeddedResponses = 0;
33 private $ttls = array(); 33 private $ttls = [];
34 private $maxAges = array(); 34 private $maxAges = [];
35 private $isNotCacheableResponseEmbedded = false; 35 private $isNotCacheableResponseEmbedded = false;
36 36
37 /** 37 /**
38 * {@inheritdoc} 38 * {@inheritdoc}
39 */ 39 */