Skip to content

Commit 93147e2

Browse files
committed
Updated Readme to add new API methods
1 parent d0a62cf commit 93147e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

122124
Also support Multiple calls, Tagging, Setup Folder for caching. Look at our examples folders.
123125

0 commit comments

Comments
 (0)