Home
last modified time | relevance | path

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

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