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 231af06 + 0e0b1eb commit cb5cb70Copy full SHA for cb5cb70
1 file changed
README.md
@@ -129,7 +129,7 @@ PhpFastCache provides you a lot of useful APIs:
129
| `deleteItemsByTag($tagName)` | bool | Deletes items by a tag |
130
| `deleteItemsByTags(array $tagNames)` | bool | Deletes items by one of multiple tag names |
131
| `deleteItemsByTagsAll(array $tagNames)` | bool | Deletes items by all of multiple tag names |
132
-| `detachAllItems($item)` | void | Detaches all items from the pool |
+| `detachAllItems()` | void | Detaches all items from the pool |
133
| `detachItem($item)` | void | Detaches an item from the pool |
134
| `getConfig()` | ConfigurationOption | Returns the configuration object |
135
| `getConfigOption($optionName);` | mixed | Returns a configuration value by its key `$optionName` |
0 commit comments