Searched refs:cacheControl (Results 1 – 3 of 3) sorted by relevance
82 $cacheControl = $resp->getParsedCacheControl();83 if (isset($cacheControl['no-store'])) {133 $cacheControl = $resp->getParsedCacheControl();134 if (isset($cacheControl['max-age'])) {135 $freshnessLifetime = $cacheControl['max-age'];
32 public $cacheControl; variable in Google\\Service\\Storage\\StorageObject177 public function setCacheControl($cacheControl) argument179 $this->cacheControl = $cacheControl;186 return $this->cacheControl;
1539 public $cacheControl; variable in Google_StorageObject1575 public function setCacheControl( $cacheControl) { argument1576 $this->cacheControl = $cacheControl;1579 return $this->cacheControl;