How do I tell Castle Inversion of Control that I want a new instance of a singleton object without r
- by Corpsekicker
At a certain point, during the running of my app, I want Castle.Windsor to release everything cached in memory. Is this impossible for a singleton object?