Home
last modified time | relevance | path

Searched refs:expiresAfter (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemInterface.php104 public function expiresAfter($time); function
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php84 $cacheItem->expiresAfter($this->cacheConfig['lifetime']);
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md12 - For `expiresAt()` and `expiresAfter()` in CacheItemInterface fix docblock to specify null as a va…
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php118 public function expiresAfter($time): static function in Google\\Auth\\Cache\\TypedItem
H A DItem.php125 public function expiresAfter($time) function in Google\\Auth\\Cache\\Item