We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c0a49 commit 305331cCopy full SHA for 305331c
system/Cache/CacheInterface.php
@@ -55,10 +55,10 @@ public function delete(string $key);
55
* Deletes items from the cache store matching a given pattern.
56
*
57
* @param string $pattern Cache items glob-style pattern
58
- *
59
- * @return int
+ *
+ * @return int Number of deleted items
60
*/
61
- public function deleteMatching(string $pattern);
+ public function deleteMatching(string $pattern): int;
62
63
/**
64
* Performs atomic incrementation of a raw stored value.
0 commit comments