M
m.posseth
Hello ,,,
I have a nice one
with
store data
System.AppDomain.CurrentDomain.SetData("mystuff", myType)
getdata
myType =(myType) System.AppDomain.CurrentDomain.GetData("mystuff")
i can simulate a simular caching mechanisme as in asp.net
however does someone know how i can remove something from the cache ?
I have a nice one

with
store data
System.AppDomain.CurrentDomain.SetData("mystuff", myType)
getdata
myType =(myType) System.AppDomain.CurrentDomain.GetData("mystuff")
i can simulate a simular caching mechanisme as in asp.net
however does someone know how i can remove something from the cache ?