T
ThatsIT.net.au
There are a few different ways to use cache in Asp.net.
What I want to know is what is the scope of these cache methods. what I mean
by scope is are are they cached for the one user or not.
if I use System.Web.HttpRuntime.Cache am I caching for all users who come to
the site?
Can I set a expiry for System.Web.HttpRuntime.Cache?
Should I use Application("variable") or has this been superseded?
--
Dim Alan as ThatsIT.net.au.Staffmember
Alan = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Dim you as NewsgroupReader
you = New NewsgroupReader
Response.Write Alan.signature.toString()
Response.Write you.getName()
__________________________________________
What I want to know is what is the scope of these cache methods. what I mean
by scope is are are they cached for the one user or not.
if I use System.Web.HttpRuntime.Cache am I caching for all users who come to
the site?
Can I set a expiry for System.Web.HttpRuntime.Cache?
Should I use Application("variable") or has this been superseded?
--
Dim Alan as ThatsIT.net.au.Staffmember
Alan = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Dim you as NewsgroupReader
you = New NewsgroupReader
Response.Write Alan.signature.toString()
Response.Write you.getName()
__________________________________________