C
Chris Ashley
I'm currently storing a number of objects in application scope directly
and reference counting/disposing of them with the Session_OnEnd event.
I'm considering changing to a solution using the Application cache but
I'm a little unsure of its behaviour. If I add an object to the cache,
will ASP.Net automatically call the 'dispose' method on that object (if
available) when the specified timespan elapses?
Chris
and reference counting/disposing of them with the Session_OnEnd event.
I'm considering changing to a solution using the Application cache but
I'm a little unsure of its behaviour. If I add an object to the cache,
will ASP.Net automatically call the 'dispose' method on that object (if
available) when the specified timespan elapses?
Chris