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 3baef8c commit 5b742efCopy full SHA for 5b742ef
README.md
@@ -129,7 +129,7 @@ phpFastCache offers you a lot of useful APIs:
129
- prependItemsByTags(array $tagNames, $data) // Prepends items by one of multiple tag names
130
- prependItemsByTagsAll(array $tagNames, $data) // Prepends items by all of multiple tag names
131
- detachItem($item) // Detaches an item from the pool
132
-- detachAllItems() // Detaches all items from the pool
+- detachAllItems($item) // Detaches all items from the pool
133
- attachItem($item) // (Re-)attaches an item to the pool
134
- isAttached($item) // Verify if an item is (still) attached
135
- setEventManager(EventManager $evtMngr) // Sets the event manager
0 commit comments