wirebox and cachebox debug viewer

Where does my singleton model objects that I have configured in
wirebox.cfc file gets cached in? I was under the impression it gets
into cachebox by default in an Coldbox application but I'm not seeing
the object listed in the cachebox viewer when I enable debug mode.

I'm running the app in prd mode.

Thanks in advance for ur help.

Al

Wirebox now has a dedicated singleton scope. You can still use the cache but singleton is now a separator scope inside the injector.

You can talk to the scopes if you like also.