Home
last modified time | relevance | path

Searched refs:cacheControl (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php82 $cacheControl = $resp->getParsedCacheControl();
83 if (isset($cacheControl['no-store'])) {
133 $cacheControl = $resp->getParsedCacheControl();
134 if (isset($cacheControl['max-age'])) {
135 $freshnessLifetime = $cacheControl['max-age'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php32 public $cacheControl; variable in Google\\Service\\Storage\\StorageObject
177 public function setCacheControl($cacheControl) argument
179 $this->cacheControl = $cacheControl;
186 return $this->cacheControl;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1539 public $cacheControl; variable in Google_StorageObject
1575 public function setCacheControl( $cacheControl) { argument
1576 $this->cacheControl = $cacheControl;
1579 return $this->cacheControl;