How do I tell Castle Inversion of Control that I want a new instance of a singleton object without r
Posted
by Corpsekicker
on Stack Overflow
See other posts from Stack Overflow
or by Corpsekicker
Published on 2010-03-29T10:48:27Z
Indexed on
2010/03/29
10:53 UTC
Read the original article
Hit count: 327
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?
© Stack Overflow or respective owner