File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ phpFastCache offers you a lot of useful APIs:
8686- getModificationDate() // Get the modification date for this cache item (as a DateTimeInterface object) *
8787- setCreationDate($expiration) // Set the creation date for this cache item (as a DateTimeInterface object) *
8888- setModificationDate($expiration) // Set the modification date for this cache item (as a DateTimeInterface object) *
89+ - setEventManager($evtMngr) // Set the event manager
8990
9091\* Require configuration directive "itemDetailedDate" to be enabled
9192
@@ -118,6 +119,7 @@ phpFastCache offers you a lot of useful APIs:
118119- detachAllItems($item) // Detach all items from the pool
119120- attachItem($item) // (Re-)attach an item to the pool
120121- isAttached($item) // Verify if an item is (still) attached
122+ - setEventManager($evtMngr) // Set the event manager
121123
122124Also support Multiple calls, Tagging, Setup Folder for caching. Look at our examples folders.
123125
You can’t perform that action at this time.
0 commit comments