Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / HttpCache / ResponseCacheStrategy.php
index 027b2b1761334cd8ab712dc3194e6017b496442b..672cc893feb6d3dbc3adc9d6b19b415c0420cc1d 100644 (file)
@@ -72,7 +72,7 @@ class ResponseCacheStrategy implements ResponseCacheStrategyInterface
             $response->setLastModified(null);
         }
 
-        if (!$response->isFresh()) {
+        if (!$response->isFresh() || !$response->isCacheable()) {
             $this->cacheable = false;
         }