Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion for-the-geeks/cachebox-architecture/eventmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

**class** : `cachebox.system.core.events.EventPoolManager or coldbox.system.web.services.InterceptorService`

If you are in standalone mode then CacheBox configures its own internal event manager that is very similar to the ColdBox [Interceptor Service](http://coldbox.ortusbooks.com/content/interceptors/interceptors.html). This event manager keeps track of the listeners for each of the interceptions points or events that are broadcasted by CacheBox and its providers.
If you are in standalone mode then CacheBox configures its own internal event manager that is very similar to the ColdBox [Interceptor Service]([http://coldbox.ortusbooks.com/content/interceptors/interceptors.html](https://coldbox.ortusbooks.com/the-basics/interceptors)). This event manager keeps track of the listeners for each of the interceptions points or events that are broadcasted by CacheBox and its providers.