Home
last modified time | relevance | path

Searched refs:deleteItems (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php103 return $this->deleteItems([$key]);
112 public function deleteItems(array $keys): bool function in Google\\Auth\\Cache\\MemoryCacheItemPool
H A DSysVCacheItemPool.php145 return $this->deleteItems([$key]);
151 public function deleteItems(array $keys): bool function in Google\\Auth\\Cache\\SysVCacheItemPool
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md11 - Be more specific in docblocks that `getItems()` and `deleteItems()` take an array of strings (`st…
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemPoolInterface.php107 public function deleteItems(array $keys); function