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.
2 parents 835e671 + 0e25372 commit b647232Copy full SHA for b647232
src/phpFastCache/Proxy/phpFastCacheAbstractProxy.php
@@ -35,7 +35,7 @@
35
* @method bool saveDeferred(CacheItemInterface $item) Sets a cache item to be persisted later
36
* @method bool commit() Persists any deferred cache items
37
* @method bool clear() Allow you to completely empty the cache and restart from the beginning
38
- * @method driverStatistic stats() Allow you to completely empty the cache and restart from the beginning
+ * @method driverStatistic stats() Returns a driverStatistic object
39
* @method ExtendedCacheItemInterface getItemsByTag($tagName) Return items by a tag
40
* @method ExtendedCacheItemInterface[] getItemsByTags(array $tagNames) Return items by some tags
41
* @method bool deleteItemsByTag($tagName) Delete items by a tag
0 commit comments