ColdBox Forums Notification: Post to Are interceptors treated as singletons?

Title: Are interceptors treated as singletons?
Thread: Are interceptors treated as singletons?
Forum: Discussions
Conference: ColdBox
User: CaptainPalapa The reason that I ask this is because if I'm going to load up a configuration
file of a list of stuff, I want to make sure I'm not reading from a file on
every request. I would assume that would slow it down enough that I don't want
to do it.

In this case, it will be an XML file containing information on
every event combo that requires a login, how much access, etc.

Thanks,