Skip to content

Commit 2545d67

Browse files
author
Michael Rook
committed
Add notes about listeners/events
1 parent a7a32f6 commit 2545d67

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ In theory, you should be able to use any caching strategy here, such as the [ful
141141

142142
### Control Panel
143143

144+
#### Events
145+
146+
`statamic-cloudflare` will listen to the `Statamic\Events\EntrySaved`, `Statamic\Events\EntryDeleted`, `Statamic\Events\TermSaved` and `Statamic\Events\EntryDeleted` events and will trigger a pruge for the url.
147+
These events will be ignored if you have configured the `static cache` to be a strategy that uses the `cloudflare` driver, as the driver will instead handle the needed purging actions.
148+
149+
#### Utility
150+
144151
`statamic-cloudflare` will add a utility to your Statamic CP.
145152

146153
route: `/cp/utilities/cloudflare`

0 commit comments

Comments
 (0)