Castle Interceptor Live Cycle and Memory Leak
- by ktutnik
Hello all,
im new to castle dynamic proxy, and a bit curious..
when creating proxy of my object i save all the original value of its property on the interceptor (class scope) using dictionary and return the new value. now i wandering, when will this data get collected by GC??
can i control it or depends on the interceptor live cycle?
Regards
Kin